Skip to content

Commit

Permalink
Merge pull request #12 from Laragear/analysis-djljPg
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DarkGhostHunter authored May 26, 2022
2 parents ba51785 + f1080b0 commit ad54977
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 $iteration, int $amount): \Illuminate\Support\Collection<int, int|string>) $callback
* @var (callable(int, int, int $amount): \Illuminate\Support\Collection<int, int|string>) $callback
*/
protected static $generator;

Expand Down

0 comments on commit ad54977

Please sign in to comment.