Skip to content

Commit

Permalink
Pint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeygeno committed Jan 31, 2024
1 parent 4d5f2cf commit 877866b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/PhoneVerification.php
Expand Up @@ -7,7 +7,7 @@ class PhoneVerification
/**
* Initiate verification process.
*
* @return \AlexGeno\PhoneVerification\Manager\Initiator
* @return \AlexGeno\PhoneVerification\Manager\Initiator
*/
public function initiate(string $to)
{
Expand Down
4 changes: 2 additions & 2 deletions src/PhoneVerificationServiceProvider.php
Expand Up @@ -45,7 +45,7 @@ protected function registerPhoneVerification()
/**
* Return the Redis storage instance.
*
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
*/
protected function redisStorage(array $config): Redis
{
Expand All @@ -57,7 +57,7 @@ protected function redisStorage(array $config): Redis
/**
* Return the Mongodb storage instance.
*
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
* @param array<mixed> $config ['settings' => [...], 'connection' => string]
*/
protected function mongodbStorage(array $config): MongoDb
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/Providers/CustomStorageServiceProvider.php
Expand Up @@ -10,7 +10,7 @@ class CustomStorageServiceProvider extends PhoneVerificationServiceProvider
/**
* Return the Foo storage instance.
*
* @param array<mixed> $settings ['settings' => [...], 'connection' => string]
* @param array<mixed> $settings ['settings' => [...], 'connection' => string]
* @return Foo
*/
protected function fooStorage(array $settings)
Expand Down

0 comments on commit 877866b

Please sign in to comment.