Skip to content

Commit

Permalink
fix: phpstan in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cesargb committed Apr 28, 2024
1 parent 7e6000d commit 6fbdf89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
/build
composer.lock
.phpunit.result.cache
.phpunit.cache
.php-cs-fixer.cache
.idea
1 change: 0 additions & 1 deletion tests/TestSupport/CustomUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ public function getAuthPasswordName()

public function rehashPasswordIfRequired(Authenticatable $user, array $credentials, bool $force = false)
{
return '';
}
}

0 comments on commit 6fbdf89

Please sign in to comment.