Skip to content

Commit 11c0e27

Browse files
authored
Merge pull request Roave#180 from szepeviktor/patch-1
Fix regexp and indentation in PHPStan config
2 parents f5dcd93 + 0a19715 commit 11c0e27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

phpstan.neon.dist

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ parameters:
55
- src
66
- test/unit
77
ignoreErrors:
8-
# type inference for internal array_* functions is still pending improvements in phpstan stubs:
9-
- '~^Method .*Test::.* but returns array<int|string, mixed>.$~i'
8+
# Type inference for internal array_* functions is still pending improvements in phpstan stubs.
9+
- '~^Method .*Test::.* but returns array<int\|string, mixed>\.$~'
1010

1111
includes:
12-
- vendor/phpstan/phpstan-beberlei-assert/extension.neon
13-
- vendor/phpstan/phpstan-phpunit/extension.neon
14-
- vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
12+
- vendor/phpstan/phpstan-beberlei-assert/extension.neon
13+
- vendor/phpstan/phpstan-phpunit/extension.neon
14+
- vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon

0 commit comments

Comments
 (0)