Skip to content

Commit 382fed1

Browse files
committed
chore: update phpstan-baseline.php
1 parent 61eeb77 commit 382fed1

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
@@ -96,11 +96,6 @@
9696
'count' => 6,
9797
'path' => __DIR__ . '/system/CLI/CLI.php',
9898
];
99-
$ignoreErrors[] = [
100-
'message' => '#^Only booleans are allowed in &&, array given on the right side\\.$#',
101-
'count' => 1,
102-
'path' => __DIR__ . '/system/CLI/CLI.php',
103-
];
10499
$ignoreErrors[] = [
105100
'message' => '#^Only booleans are allowed in &&, array\\<int, string\\> given on the right side\\.$#',
106101
'count' => 1,

0 commit comments

Comments
 (0)