Skip to content

Commit

Permalink
Merge pull request #94 from hschletz/patch-1
Browse files Browse the repository at this point in the history
Declare timeout option nullable
  • Loading branch information
gsteel authored Nov 3, 2024
2 parents 0264b1a + b344400 commit e2c372e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/Csrf.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* name?: non-empty-string,
* salt?: non-empty-string,
* session?: Container,
* timeout?: int,
* timeout?: ?int,
* }
*/
final class Csrf extends AbstractValidator
Expand Down

0 comments on commit e2c372e

Please sign in to comment.