Skip to content

Commit 0a18f90

Browse files
committed
Update FinalPrivateMethodRuleTest.php
1 parent 4ad26dc commit 0a18f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Methods/FinalPrivateMethodRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testRule(): void
3030
59,
3131
],
3232
[
33-
'Private method FinalPrivateMethod\FooBarPhp8orHigher::foo() cannot be final as it is never overridden by other classes.',
33+
'Private method FinalPrivateMethod\FooBarBaz::foo() cannot be final as it is never overridden by other classes.',
3434
69,
3535
],
3636
]);

0 commit comments

Comments
 (0)