-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan.neon
27 lines (22 loc) · 1.23 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
parameters:
level: max
paths:
- ecs.php
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
-
message: "#^Class PhpCsFixer\\\\Fixer\\\\.* not found\\.$#"
count: 78
path: ecs.php
-
message: "#^Parameter \\#1 \\$checkerClass of method Symplify\\\\EasyCodingStandard\\\\Config\\\\ECSConfig\\:\\:rule\\(\\) expects class\\-string\\<PHP_CodeSniffer\\\\Sniffs\\\\Sniff\\|PhpCsFixer\\\\Fixer\\\\FixerInterface\\>, string given\\.$#"
count: 1
path: ecs.php
-
message: "#^Parameter \\#1 \\$checkerClasses of method Symplify\\\\EasyCodingStandard\\\\Config\\\\ECSConfig\\:\\:rules\\(\\) expects array\\<class\\-string\\<PHP_CodeSniffer\\\\Sniffs\\\\Sniff\\|PhpCsFixer\\\\Fixer\\\\FixerInterface\\>\\>, array\\<int, string\\> given\\.$#"
count: 1
path: ecs.php
-
message: "#^Parameter \\#1 \\$rulesWithConfiguration of method Symplify\\\\EasyCodingStandard\\\\Config\\\\ECSConfig\\:\\:rulesWithConfiguration\\(\\) expects array\\<class\\-string\\<PHP_CodeSniffer\\\\Sniffs\\\\Sniff\\|PhpCsFixer\\\\Fixer\\\\FixerInterface\\>, array\\>, array\\<string, array\\<string, array\\<int\\|string, string\\>\\|bool\\|string\\>\\> given\\.$#"
count: 1
path: ecs.php