We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4490a commit 3ab2450Copy full SHA for 3ab2450
phpstan-baseline.neon
@@ -1,17 +1,5 @@
1
parameters:
2
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
13
14
15
16
message: '#^Result of && is always false\.$#'
17
identifier: booleanAnd.alwaysFalse
0 commit comments