Skip to content

Commit b38ac61

Browse files
committed
chore: update phpstan-baseline.php
1 parent 2561881 commit b38ac61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan-baseline.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,11 +1931,6 @@
19311931
'count' => 2,
19321932
'path' => __DIR__ . '/system/Filters/Filters.php',
19331933
];
1934-
$ignoreErrors[] = [
1935-
'message' => '#^Expression on left side of \\?\\? is not nullable\\.$#',
1936-
'count' => 1,
1937-
'path' => __DIR__ . '/system/Filters/Filters.php',
1938-
];
19391934
$ignoreErrors[] = [
19401935
'message' => '#^Only booleans are allowed in a negated boolean, array given\\.$#',
19411936
'count' => 1,

0 commit comments

Comments
 (0)