Skip to content

Commit

Permalink
Merge pull request #23 from Laragear/analysis-PGGJjL
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored Jul 23, 2022
2 parents 25a07b9 + 44c3b5f commit 43b825c
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 43b825c

Please sign in to comment.