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 b55a590 commit 7e00435Copy full SHA for 7e00435
phpstan-baseline.php
@@ -303,12 +303,7 @@
303
];
304
$ignoreErrors[] = [
305
'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
306
- 'count' => 3,
307
- 'path' => __DIR__ . '/system/Config/BaseService.php',
308
-];
309
-$ignoreErrors[] = [
310
- 'message' => '#^Only booleans are allowed in a negated boolean, array given\\.$#',
311
- 'count' => 1,
+ 'count' => 2,
312
'path' => __DIR__ . '/system/Config/BaseService.php',
313
314
0 commit comments