Skip to content

Commit 0296a91

Browse files
committed
Fix test
1 parent 2b0963b commit 0296a91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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-
339,
45+
333,
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-
344,
50+
338,
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-
349,
55+
343,
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-
353,
60+
347,
6161
$tip,
6262
],
6363
]);

0 commit comments

Comments
 (0)