You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/PHPStan/Rules/Api/ApiClassImplementsRuleTest.php
+4-4
Original file line number
Diff line number
Diff line change
@@ -42,22 +42,22 @@ public function testRuleOutOfPhpStan(): void
42
42
],
43
43
[
44
44
'Implementing PHPStan\Reflection\ReflectionProvider is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
45
-
333,
45
+
363,
46
46
$tip,
47
47
],
48
48
[
49
49
'Implementing PHPStan\Analyser\Scope is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
50
-
338,
50
+
368,
51
51
$tip,
52
52
],
53
53
[
54
54
'Implementing PHPStan\Reflection\FunctionReflection is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
55
-
343,
55
+
373,
56
56
$tip,
57
57
],
58
58
[
59
59
'Implementing PHPStan\Reflection\ExtendedMethodReflection is not covered by backward compatibility promise. The interface might change in a minor PHPStan version.',
0 commit comments