Skip to content

Commit

Permalink
Firewall->setExpiredIdentitiesLimit() - removed positive-int requirem…
Browse files Browse the repository at this point in the history
…ent as it's 1+, while valid is 0+
  • Loading branch information
mabar committed Dec 3, 2020
1 parent 38f5912 commit 828d866
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Authentication/Firewall.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ public function removeExpiredLogins(): void;
*/
public function removeExpiredLogin($id): void;

/**
* @phpstan-param positive-int $count
*/
public function setExpiredIdentitiesLimit(int $count): void;

}

0 comments on commit 828d866

Please sign in to comment.