Skip to content

Commit 7e50b0b

Browse files
authored
Proper getName() resolution for fixers extending AbstractSymplifyFixer (#27)
1 parent 119f507 commit 7e50b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fixer/AbstractSymplifyFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function getPriority(): int
2020

2121
public function getName(): string
2222
{
23-
return self::class;
23+
return static::class;
2424
}
2525

2626
public function isRisky(): bool

0 commit comments

Comments
 (0)