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 6b9cede commit 10b2286Copy full SHA for 10b2286
phpstan-baseline.neon
@@ -6,12 +6,6 @@ parameters:
6
count: 1
7
path: src/Format/Json.php
8
9
- -
10
- message: '#^Call to function is_object\(\) with object will always evaluate to true\.$#'
11
- identifier: function.alreadyNarrowedType
12
- count: 1
13
- path: src/Registry.php
14
-
15
16
message: '#^Negated boolean expression is always false\.$#'
17
identifier: booleanNot.alwaysFalse
@@ -35,9 +29,3 @@ parameters:
35
29
identifier: identical.alwaysFalse
36
30
37
31
path: src/Registry.php
38
39
40
- message: '#^Strict comparison using \=\=\= between string and null will always evaluate to false\.$#'
41
- identifier: identical.alwaysFalse
42
43
0 commit comments