Skip to content

Commit 10b2286

Browse files
committed
Update phpstan-baseline.neon again
1 parent 6b9cede commit 10b2286

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
@@ -6,12 +6,6 @@ parameters:
66
count: 1
77
path: src/Format/Json.php
88

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-
159
-
1610
message: '#^Negated boolean expression is always false\.$#'
1711
identifier: booleanNot.alwaysFalse
@@ -35,9 +29,3 @@ parameters:
3529
identifier: identical.alwaysFalse
3630
count: 1
3731
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-
count: 1
43-
path: src/Registry.php

0 commit comments

Comments
 (0)