We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5dcd93 + 0a19715 commit 11c0e27Copy full SHA for 11c0e27
phpstan.neon.dist
@@ -5,10 +5,10 @@ parameters:
5
- src
6
- test/unit
7
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'
+ # Type inference for internal array_* functions is still pending improvements in phpstan stubs.
+ - '~^Method .*Test::.* but returns array<int\|string, mixed>\.$~'
10
11
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
+ - vendor/phpstan/phpstan-beberlei-assert/extension.neon
+ - vendor/phpstan/phpstan-phpunit/extension.neon
+ - vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
0 commit comments