Skip to content

Commit 4ad26dc

Browse files
committed
Update final-private-method.php
1 parent 4eeecf6 commit 4ad26dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Methods/data/final-private-method.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ final private function foo(): void
6363
}
6464

6565
if (PHP_VERSION_ID < 70400 || PHP_VERSION_ID >= 80100) {
66-
class FooBarPhp8orHigher
66+
class FooBarBaz
6767
{
6868

6969
final private function foo(): void

0 commit comments

Comments
 (0)