Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer committed May 10, 2024
1 parent 7134500 commit 2ab2a4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bridge/UserRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class UserRepository implements UserRepositoryInterface
*
* @param \Illuminate\Contracts\Hashing\Hasher $hasher
* @param bool $rehashOnLogin
*
* @return void
*/
public function __construct(Hasher $hasher, bool $rehashOnLogin = true)
Expand Down

0 comments on commit 2ab2a4f

Please sign in to comment.