Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 23, 2022
1 parent 25a07b9 commit 44c3b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Concerns/HandlesRecoveryCodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait HandlesRecoveryCodes
/**
* The custom generator to make recovery codes.
*
* @var (callable(int, int, int): \Illuminate\Support\Collection<int, int|string>) $callback
* @var (callable(int, int, int): \Illuminate\Support\Collection<int, int|string>)
*/
protected static $generator;

Expand Down

0 comments on commit 44c3b5f

Please sign in to comment.