Skip to content

Commit 3ab2450

Browse files
committed
Adapt phpstan baseline to 3.x-dev
1 parent da4490a commit 3ab2450

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
parameters:
22
ignoreErrors:
3-
-
4-
message: '#^Call to function is_int\(\) with int will always evaluate to true\.$#'
5-
identifier: function.alreadyNarrowedType
6-
count: 1
7-
path: src/AbstractWebApplication.php
8-
9-
-
10-
message: '#^Instanceof between DateTime and DateTime will always evaluate to true\.$#'
11-
identifier: instanceof.alwaysTrue
12-
count: 1
13-
path: src/AbstractWebApplication.php
14-
153
-
164
message: '#^Result of && is always false\.$#'
175
identifier: booleanAnd.alwaysFalse

0 commit comments

Comments
 (0)