Skip to content

Commit 29f701d

Browse files
Update test
1 parent eab3788 commit 29f701d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/PHPStan/Rules/Api/ApiClassImplementsRuleTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,32 @@ public function testRuleOutOfPhpStan(): void
3232
$this->analyse([__DIR__ . '/data/class-implements-out-of-phpstan.php'], [
3333
[
3434
'Implementing PHPStan\DependencyInjection\Type\DynamicThrowTypeExtensionProvider is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
35-
19,
35+
20,
3636
$tip,
3737
],
3838
[
3939
'Implementing PHPStan\Type\Type is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
40-
53,
40+
54,
4141
$tip,
4242
],
4343
[
4444
'Implementing PHPStan\Reflection\ReflectionProvider is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
45-
338,
45+
339,
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-
343,
50+
344,
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-
348,
55+
349,
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-
352,
60+
353,
6161
$tip,
6262
],
6363
]);

0 commit comments

Comments
 (0)