diff --git a/tools/phpstan.baseline.neon b/tools/phpstan.baseline.neon index a4adb95..8a30b62 100644 --- a/tools/phpstan.baseline.neon +++ b/tools/phpstan.baseline.neon @@ -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