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 d7a9c95 commit 6845989Copy full SHA for 6845989
phpstan-baseline.php
@@ -7453,12 +7453,6 @@
7453
'count' => 1,
7454
'path' => __DIR__ . '/system/Helpers/test_helper.php',
7455
];
7456
-$ignoreErrors[] = [
7457
- // identifier: empty.notAllowed
7458
- 'message' => '#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#',
7459
- 'count' => 1,
7460
- 'path' => __DIR__ . '/system/Helpers/text_helper.php',
7461
-];
7462
$ignoreErrors[] = [
7463
// identifier: missingType.iterableValue
7464
'message' => '#^Function strip_slashes\\(\\) has parameter \\$str with no value type specified in iterable type array\\.$#',
0 commit comments