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 8d1539b commit b2d040dCopy full SHA for b2d040d
phpstan-baseline.neon
@@ -0,0 +1,11 @@
1
+parameters:
2
+ ignoreErrors:
3
+ -
4
+ message: "#^Function preg_replace_callback invoked with 6 parameters, 3\\-5 required\\.$#"
5
+ count: 1
6
+ path: src/Preg.php
7
+
8
9
+ message: "#^Function preg_replace_callback_array invoked with 5 parameters, 2\\-4 required\\.$#"
10
11
phpstan.neon.dist
@@ -4,10 +4,12 @@ parameters:
- src
- tests
+ reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false
bootstrapFiles:
- tests/phpstan-locate-phpunit-autoloader.php
12
13
includes:
14
- vendor/phpstan/phpstan-strict-rules/rules.neon
15
+ - phpstan-baseline.neon
0 commit comments