-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
67 lines (54 loc) · 3.84 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
56
57
58
59
60
61
62
63
64
65
66
parameters:
ignoreErrors:
-
message: "#^Parameter \\#2 \\$extraSource of class Stefna\\\\PhpCodeBuilder\\\\ValueObject\\\\TypeCall constructor expects array\\<int, array\\<int, string\\>\\|string\\>\\|Stefna\\\\PhpCodeBuilder\\\\CodeHelper\\\\CodeInterface, array\\<Stefna\\\\PhpCodeBuilder\\\\CodeHelper\\\\CodeInterface\\|string\\> given\\.$#"
count: 1
path: src/CodeHelper/JsonSerializeTypeCallResolver.php
-
message: "#^Parameter \\#2 \\$on of static method Stefna\\\\PhpCodeBuilder\\\\FlattenSource\\:\\:applySourceOn\\(\\) expects array\\<int, array\\<int, string\\>\\|string\\>, array\\<Stefna\\\\PhpCodeBuilder\\\\CodeHelper\\\\CodeInterface\\|string\\> given\\.$#"
count: 1
path: src/CodeHelper/JsonSerializeTypeCallResolver.php
-
message: "#^Parameter \\#1 \\$source of static method Stefna\\\\PhpCodeBuilder\\\\CodeHelper\\\\Methods\\\\JsonSerializeMethod\\:\\:fromSource\\(\\) expects array\\<int, array\\<int, string\\>\\|string\\>\\|Stefna\\\\PhpCodeBuilder\\\\CodeHelper\\\\CodeInterface, array\\<int, array\\<int, string\\>\\|Stefna\\\\PhpCodeBuilder\\\\CodeHelper\\\\ReturnCode\\|string\\> given\\.$#"
count: 1
path: src/CodeHelper/Methods/JsonSerializeMethod.php
-
message: "#^Parameter \\#2 \\$array of function implode expects array\\<string\\>, array\\<int\\<0, max\\>, array\\|string\\> given\\.$#"
count: 1
path: src/CodeHelper/StaticMethodCall.php
-
message: "#^Binary operation \"\\.\\=\" between array\\<int, string\\>\\|string and array\\<string\\>\\|string\\|null results in an error\\.$#"
count: 1
path: src/CodeHelper/TernaryOperator.php
-
message: "#^Binary operation \"\\.\\=\" between string and array\\<string\\>\\|string results in an error\\.$#"
count: 1
path: src/CodeHelper/TernaryOperator.php
-
message: "#^Method Stefna\\\\PhpCodeBuilder\\\\CodeHelper\\\\TernaryOperator\\:\\:getSourceArray\\(\\) should return array\\<int, array\\<string\\>\\|string\\> but returns array\\<int\\|string, mixed\\>\\.$#"
count: 1
path: src/CodeHelper/TernaryOperator.php
-
message: "#^Parameter \\#1 \\$source of static method Stefna\\\\PhpCodeBuilder\\\\FlattenSource\\:\\:applySourceOn\\(\\) expects array\\<int, array\\<int, string\\>\\|string\\>\\|string, array\\<int\\|string, array\\<string\\>\\|string\\> given\\.$#"
count: 1
path: src/CodeHelper/TernaryOperator.php
-
message: "#^Parameter \\#2 \\$on of static method Stefna\\\\PhpCodeBuilder\\\\FlattenSource\\:\\:applySourceOn\\(\\) expects array\\<int, array\\<int, string\\>\\|string\\>, array\\<int\\|string, mixed\\> given\\.$#"
count: 1
path: src/CodeHelper/TernaryOperator.php
-
message: "#^Property Stefna\\\\PhpCodeBuilder\\\\PhpStan\\\\ExtendsField\\:\\:\\$templateFields \\(array\\<int, Stefna\\\\PhpCodeBuilder\\\\PhpStan\\\\TemplateField\\|Stefna\\\\PhpCodeBuilder\\\\ValueObject\\\\Identifier\\>\\) does not accept array\\<int\\|string, Stefna\\\\PhpCodeBuilder\\\\PhpStan\\\\TemplateField\\|Stefna\\\\PhpCodeBuilder\\\\ValueObject\\\\Identifier\\>\\.$#"
count: 1
path: src/PhpStan/ExtendsField.php
-
message: "#^Property Stefna\\\\PhpCodeBuilder\\\\PhpStan\\\\ImplementsField\\:\\:\\$templateFields \\(array\\<int, Stefna\\\\PhpCodeBuilder\\\\PhpStan\\\\TemplateField\\|Stefna\\\\PhpCodeBuilder\\\\ValueObject\\\\Identifier\\>\\) does not accept array\\<int\\|string, Stefna\\\\PhpCodeBuilder\\\\PhpStan\\\\TemplateField\\|Stefna\\\\PhpCodeBuilder\\\\ValueObject\\\\Identifier\\>\\.$#"
count: 1
path: src/PhpStan/ImplementsField.php
-
message: "#^Instanceof between object and Stefna\\\\PhpCodeBuilder\\\\PhpVariable will always evaluate to false\\.$#"
count: 1
path: src/Renderer/Php7Renderer.php
-
message: "#^Method Stefna\\\\PhpCodeBuilder\\\\ValueObject\\\\Type\\:\\:getFqcn\\(\\) should return class\\-string but returns string\\.$#"
count: 2
path: src/ValueObject/Type.php