generated from ergebnis/php-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
87 lines (70 loc) · 4.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
parameters:
ignoreErrors:
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Converter\\\\FrontMatterConverter\\:\\:convert\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Converter/FrontMatterConverter.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Converter\\\\NullFrontMatterConverter\\:\\:convert\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Converter/NullFrontMatterConverter.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Converter\\\\ToMultipleAssignmentsFrontMatterConverter\\:\\:convert\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Converter/ToMultipleAssignmentsFrontMatterConverter.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Converter\\\\ToSingleAssignmentFrontMatterConverter\\:\\:convert\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: src/Converter/ToSingleAssignmentFrontMatterConverter.php
-
message: "#^Class \"Ergebnis\\\\Twig\\\\FrontMatter\\\\Exception\\\\InvalidName\" is not allowed to extend \"InvalidArgumentException\"\\.$#"
count: 1
path: src/Exception/InvalidName.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Expression\\\\Value\\:\\:toString\\(\\) should return string but returns string\\|false\\.$#"
count: 1
path: src/Expression/Value.php
-
message: "#^Parameter \\#1 \\$data of method Ergebnis\\\\Twig\\\\FrontMatter\\\\Converter\\\\NullFrontMatterConverter\\:\\:convert\\(\\) expects array, mixed given\\.$#"
count: 1
path: test/Unit/Converter/NullFrontMatterConverterTest.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Test\\\\Unit\\\\Converter\\\\ToMultipleAssignmentsFrontMatterConverterTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/Converter/ToMultipleAssignmentsFrontMatterConverterTest.php
-
message: "#^Parameter \\#1 \\$data of method Ergebnis\\\\Twig\\\\FrontMatter\\\\Converter\\\\ToMultipleAssignmentsFrontMatterConverter\\:\\:convert\\(\\) expects array, mixed given\\.$#"
count: 2
path: test/Unit/Converter/ToMultipleAssignmentsFrontMatterConverterTest.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Test\\\\Unit\\\\Converter\\\\ToSingleAssignmentFrontMatterConverterTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/Converter/ToSingleAssignmentFrontMatterConverterTest.php
-
message: "#^Parameter \\#1 \\$data of method Ergebnis\\\\Twig\\\\FrontMatter\\\\Converter\\\\ToSingleAssignmentFrontMatterConverter\\:\\:convert\\(\\) expects array, mixed given\\.$#"
count: 2
path: test/Unit/Converter/ToSingleAssignmentFrontMatterConverterTest.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Test\\\\Unit\\\\Exception\\\\InvalidNameTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/Exception/InvalidNameTest.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Test\\\\Unit\\\\Expression\\\\AssignmentTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/Expression/AssignmentTest.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Test\\\\Unit\\\\Expression\\\\NameTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/Expression/NameTest.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Test\\\\Unit\\\\Expression\\\\ValueTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/Expression/ValueTest.php
-
message: "#^Dynamic call to static method PHPUnit\\\\Framework\\\\TestCase\\:\\:createStub\\(\\)\\.$#"
count: 7
path: test/Unit/FrontMatterLoaderTest.php
-
message: "#^Method Ergebnis\\\\Twig\\\\FrontMatter\\\\Test\\\\Unit\\\\FrontMatterLoaderTest\\:\\:faker\\(\\) is protected, but since the containing class is final, it can be private\\.$#"
count: 1
path: test/Unit/FrontMatterLoaderTest.php