Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 19, 2024
1 parent 28a4783 commit 190376c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/phpstan.baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ parameters:
ignoreErrors:
-
message: "#^Cannot call method modify\\(\\) on DateTimeImmutable\\|false\\.$#"
count: 2
path: ../src/FrozenClock.php

-
message: "#^Cannot call method setTimezone\\(\\) on DateTimeImmutable\\|false\\.$#"
count: 1
path: ../src/FrozenClock.php

Expand Down

0 comments on commit 190376c

Please sign in to comment.