Skip to content

Commit 877866b

Browse files
committed
Pint fixes
1 parent 4d5f2cf commit 877866b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/PhoneVerification.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class PhoneVerification
77
/**
88
* Initiate verification process.
99
*
10-
* @return \AlexGeno\PhoneVerification\Manager\Initiator
10+
* @return \AlexGeno\PhoneVerification\Manager\Initiator
1111
*/
1212
public function initiate(string $to)
1313
{

src/PhoneVerificationServiceProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function registerPhoneVerification()
4545
/**
4646
* Return the Redis storage instance.
4747
*
48-
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
48+
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
4949
*/
5050
protected function redisStorage(array $config): Redis
5151
{
@@ -57,7 +57,7 @@ protected function redisStorage(array $config): Redis
5757
/**
5858
* Return the Mongodb storage instance.
5959
*
60-
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
60+
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
6161
*/
6262
protected function mongodbStorage(array $config): MongoDb
6363
{

tests/Feature/Providers/CustomStorageServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class CustomStorageServiceProvider extends PhoneVerificationServiceProvider
1010
/**
1111
* Return the Foo storage instance.
1212
*
13-
* @param array<mixed> $settings ['settings' => [...], 'connection' => string]
13+
* @param array<mixed> $settings ['settings' => [...], 'connection' => string]
1414
* @return Foo
1515
*/
1616
protected function fooStorage(array $settings)

0 commit comments

Comments
 (0)