Skip to content

Commit

Permalink
fix ApiClassImplementsRuleTest
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Aug 25, 2023
1 parent 7392c24 commit 0ba5090
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/PHPStan/Rules/Api/ApiClassImplementsRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ public function testRuleOutOfPhpStan(): void
],
[
'Implementing PHPStan\Reflection\ReflectionProvider is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
333,
338,
$tip,
],
[
'Implementing PHPStan\Analyser\Scope is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
338,
343,
$tip,
],
[
'Implementing PHPStan\Reflection\FunctionReflection is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
343,
348,
$tip,
],
[
'Implementing PHPStan\Reflection\ExtendedMethodReflection is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
347,
352,
$tip,
],
]);
Expand Down

0 comments on commit 0ba5090

Please sign in to comment.