-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathphpstan-baseline.neon
56 lines (47 loc) · 1.67 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
parameters:
ignoreErrors:
-
message: '#^Language construct isset\(\) should not be used\.$#'
identifier: ergebnis.noIsset
count: 1
path: src/Classes/FinalRule.php
-
message: '#^Language construct isset\(\) should not be used\.$#'
identifier: ergebnis.noIsset
count: 1
path: src/Classes/NoExtendsRule.php
-
message: '#^Language construct isset\(\) should not be used\.$#'
identifier: ergebnis.noIsset
count: 1
path: src/Classes/PHPUnit/Framework/TestCaseWithSuffixRule.php
-
message: '#^Language construct isset\(\) should not be used\.$#'
identifier: ergebnis.noIsset
count: 1
path: src/Functions/NoNullableReturnTypeDeclarationRule.php
-
message: '#^Method Ergebnis\\PHPStan\\Rules\\Methods\\NoParameterWithContainerTypeDeclarationRule\:\:processNode\(\) should return list\<PHPStan\\Rules\\IdentifierRuleError\> but returns list\.$#'
identifier: return.type
count: 1
path: src/Methods/NoParameterWithContainerTypeDeclarationRule.php
-
message: '#^Class PHPUnit\\Framework\\Attributes\\After not found\.$#'
identifier: class.notFound
count: 1
path: src/Methods/PrivateInFinalClassRule.php
-
message: '#^Class PHPUnit\\Framework\\Attributes\\Before not found\.$#'
identifier: class.notFound
count: 1
path: src/Methods/PrivateInFinalClassRule.php
-
message: '#^Class PHPUnit\\Framework\\Attributes\\PostCondition not found\.$#'
identifier: class.notFound
count: 1
path: src/Methods/PrivateInFinalClassRule.php
-
message: '#^Class PHPUnit\\Framework\\Attributes\\PreCondition not found\.$#'
identifier: class.notFound
count: 1
path: src/Methods/PrivateInFinalClassRule.php