Skip to content

Commit b2d040d

Browse files
committed
Restore baseline for 7.2 build
1 parent 8d1539b commit b2d040d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

phpstan-baseline.neon

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
count: 1
11+
path: src/Preg.php

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ parameters:
44
- src
55
- tests
66

7+
reportUnmatchedIgnoredErrors: false
78
treatPhpDocTypesAsCertain: false
89

910
bootstrapFiles:
1011
- tests/phpstan-locate-phpunit-autoloader.php
1112

1213
includes:
1314
- vendor/phpstan/phpstan-strict-rules/rules.neon
15+
- phpstan-baseline.neon

0 commit comments

Comments
 (0)