@@ -140,10 +140,6 @@ public function testImpossibleCheckTypeFunctionCall(): void
140140 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'testWithStringFirst... \' will always evaluate to true. ' ,
141141 585 ,
142142 ],
143- [
144- 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'undefinedMethod \' will always evaluate to false. ' ,
145- 588 ,
146- ],
147143 [
148144 'Call to function method_exists() with \'UndefinedClass \' and string will always evaluate to false. ' ,
149145 594 ,
@@ -154,43 +150,43 @@ public function testImpossibleCheckTypeFunctionCall(): void
154150 ],
155151 [
156152 'Call to function method_exists() with CheckTypeFunctionCall\MethodExists and \'testWithNewObjectIn... \' will always evaluate to true. ' ,
157- 606 ,
153+ 609 ,
158154 ],
159155 [
160156 'Call to function method_exists() with $this(CheckTypeFunctionCall\MethodExistsWithTrait) and \'method \' will always evaluate to true. ' ,
161- 621 ,
157+ 624 ,
162158 ],
163159 [
164160 'Call to function method_exists() with $this(CheckTypeFunctionCall\MethodExistsWithTrait) and \'someAnother \' will always evaluate to true. ' ,
165- 624 ,
161+ 627 ,
166162 ],
167163 [
168164 'Call to function method_exists() with $this(CheckTypeFunctionCall\MethodExistsWithTrait) and \'unknown \' will always evaluate to false. ' ,
169- 627 ,
165+ 630 ,
170166 ],
171167 [
172168 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'method \' will always evaluate to true. ' ,
173- 630 ,
169+ 633 ,
174170 ],
175171 [
176172 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'someAnother \' will always evaluate to true. ' ,
177- 633 ,
173+ 636 ,
178174 ],
179175 [
180176 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'unknown \' will always evaluate to false. ' ,
181- 636 ,
177+ 639 ,
182178 ],
183179 [
184180 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'method \' will always evaluate to true. ' ,
185- 639 ,
181+ 642 ,
186182 ],
187183 [
188184 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'someAnother \' will always evaluate to true. ' ,
189- 642 ,
185+ 645 ,
190186 ],
191187 [
192188 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'unknown \' will always evaluate to false. ' ,
193- 645 ,
189+ 648 ,
194190 ],
195191 ]
196192 );
@@ -262,10 +258,6 @@ public function testImpossibleCheckTypeFunctionCallWithoutAlwaysTrue(): void
262258 'Call to function is_callable() with mixed will always evaluate to false. ' ,
263259 571 ,
264260 ],
265- [
266- 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'undefinedMethod \' will always evaluate to false. ' ,
267- 588 ,
268- ],
269261 [
270262 'Call to function method_exists() with \'UndefinedClass \' and string will always evaluate to false. ' ,
271263 594 ,
@@ -276,15 +268,15 @@ public function testImpossibleCheckTypeFunctionCallWithoutAlwaysTrue(): void
276268 ],
277269 [
278270 'Call to function method_exists() with $this(CheckTypeFunctionCall\MethodExistsWithTrait) and \'unknown \' will always evaluate to false. ' ,
279- 627 ,
271+ 630 ,
280272 ],
281273 [
282274 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'unknown \' will always evaluate to false. ' ,
283- 636 ,
275+ 639 ,
284276 ],
285277 [
286278 'Call to function method_exists() with \'CheckTypeFunctionCa... \' and \'unknown \' will always evaluate to false. ' ,
287- 645 ,
279+ 648 ,
288280 ],
289281 ]
290282 );
0 commit comments