@@ -53,18 +53,42 @@ public function testNoIgnoreRule(): void
5353 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore", fix the error or use the baseline instead. ' ,
5454 11 ,
5555 ],
56+ [
57+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore", fix the error or use the baseline instead. ' ,
58+ 11 ,
59+ ],
60+ [
61+ 'No error with identifier variable.undefined is reported on line 12. ' ,
62+ 12 ,
63+ ],
5664 [
5765 'No error with identifier variable.undefined is reported on line 12. ' ,
5866 12 ,
5967 ],
6068 [
6169 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore", fix the error or use the baseline instead. ' ,
70+ 14 ,
71+ ],
72+ [
73+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore", fix the error or use the baseline instead. ' ,
74+ 15 ,
75+ ],
76+ [
77+ 'No error with identifier variable.undefined is reported on line 15. ' ,
6278 15 ,
6379 ],
80+ [
81+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore", fix the error or use the baseline instead. ' ,
82+ 17 ,
83+ ],
6484 [
6585 'No error with identifier variable.undefined is reported on line 17. ' ,
6686 17 ,
6787 ],
88+ [
89+ 'No error with identifier variable.undefined is reported on line 18. ' ,
90+ 18 ,
91+ ],
6892 [
6993 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-line", fix the error or use the baseline instead. ' ,
7094 19 ,
@@ -73,6 +97,14 @@ public function testNoIgnoreRule(): void
7397 'No error to ignore is reported on line 19. ' ,
7498 19 ,
7599 ],
100+ [
101+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-line", fix the error or use the baseline instead. ' ,
102+ 20 ,
103+ ],
104+ [
105+ 'No error to ignore is reported on line 20. ' ,
106+ 20 ,
107+ ],
76108 [
77109 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-line", fix the error or use the baseline instead. ' ,
78110 21 ,
@@ -81,6 +113,18 @@ public function testNoIgnoreRule(): void
81113 'No error to ignore is reported on line 21. ' ,
82114 21 ,
83115 ],
116+ [
117+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-line", fix the error or use the baseline instead. ' ,
118+ 22 ,
119+ ],
120+ [
121+ 'No error to ignore is reported on line 22. ' ,
122+ 22 ,
123+ ],
124+ [
125+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-next-line", fix the error or use the baseline instead. ' ,
126+ 24 ,
127+ ],
84128 [
85129 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-line", fix the error or use the baseline instead. ' ,
86130 25 ,
@@ -89,6 +133,14 @@ public function testNoIgnoreRule(): void
89133 'No error to ignore is reported on line 25. ' ,
90134 25 ,
91135 ],
136+ [
137+ 'No error to ignore is reported on line 25. ' ,
138+ 25 ,
139+ ],
140+ [
141+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-next-line", fix the error or use the baseline instead. ' ,
142+ 27 ,
143+ ],
92144 [
93145 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-next-line", fix the error or use the baseline instead. ' ,
94146 27 ,
@@ -97,10 +149,22 @@ public function testNoIgnoreRule(): void
97149 'No error to ignore is reported on line 28. ' ,
98150 28 ,
99151 ],
152+ [
153+ 'No error to ignore is reported on line 28. ' ,
154+ 28 ,
155+ ],
100156 [
101157 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-next-line", fix the error or use the baseline instead. ' ,
102158 30 ,
103159 ],
160+ [
161+ 'Errors reported by phpstan/phpstan should not be ignored via "@phpstan-ignore-next-line", fix the error or use the baseline instead. ' ,
162+ 30 ,
163+ ],
164+ [
165+ 'No error to ignore is reported on line 31. ' ,
166+ 31 ,
167+ ],
104168 [
105169 'No error to ignore is reported on line 31. ' ,
106170 31 ,
0 commit comments