Skip to content

Commit 4574a21

Browse files
Solve tests
1 parent be5cf4d commit 4574a21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: tests/PHPStan/Rules/Api/ApiClassImplementsRuleTest.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ public function testRuleOutOfPhpStan(): void
4242
],
4343
[
4444
'Implementing PHPStan\Reflection\ReflectionProvider is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
45-
333,
45+
363,
4646
$tip,
4747
],
4848
[
4949
'Implementing PHPStan\Analyser\Scope is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
50-
338,
50+
368,
5151
$tip,
5252
],
5353
[
5454
'Implementing PHPStan\Reflection\FunctionReflection is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
55-
343,
55+
373,
5656
$tip,
5757
],
5858
[
5959
'Implementing PHPStan\Reflection\ExtendedMethodReflection is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
60-
347,
60+
377,
6161
$tip,
6262
],
6363
]);

0 commit comments

Comments
 (0)