generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
32 lines (26 loc) · 1.54 KB
/
phpstan-baseline.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
28
29
30
31
parameters:
ignoreErrors:
-
message: "#^Instanceof between PhpCsFixer\\\\Fixer\\\\FixerInterface and PhpCsFixer\\\\Fixer\\\\FixerInterface will always evaluate to true\\.$#"
count: 1
path: src/Fixers.php
-
message: "#^Property Ergebnis\\\\PhpCsFixer\\\\Config\\\\Fixers\\:\\:\\$value \\(array\\<int, PhpCsFixer\\\\Fixer\\\\FixerInterface\\>\\) does not accept array\\<int\\|string, PhpCsFixer\\\\Fixer\\\\FixerInterface\\>\\.$#"
count: 1
path: src/Fixers.php
-
message: "#^Property Ergebnis\\\\PhpCsFixer\\\\Config\\\\Rules\\:\\:\\$value type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Rules.php
-
message: "#^Parameter \\#1 \\$iterable of static method Ergebnis\\\\PhpCsFixer\\\\Config\\\\Fixers\\:\\:fromIterable\\(\\) expects iterable\\<PhpCsFixer\\\\Fixer\\\\FixerInterface\\>, array\\<int, \\(PhpCsFixer\\\\Fixer\\\\FixerInterface&PHPUnit\\\\Framework\\\\MockObject\\\\Stub\\)\\|stdClass\\> given\\.$#"
count: 1
path: test/Unit/FixersTest.php
-
message: "#^Method Ergebnis\\\\PhpCsFixer\\\\Config\\\\Test\\\\Unit\\\\RuleSet\\\\AbstractRuleSetTestCase\\:\\:sort\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: test/Unit/RuleSet/AbstractRuleSetTestCase.php
-
message: "#^Method Ergebnis\\\\PhpCsFixer\\\\Config\\\\Test\\\\Unit\\\\RuleSet\\\\AbstractRuleSetTestCase\\:\\:sort\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: test/Unit/RuleSet/AbstractRuleSetTestCase.php