Skip to content

Commit 8ebe6fb

Browse files
BartoszWojdalowiczdamonsson
authored andcommitted
fix removing final in catalogs like src/EntityListener
1 parent b9f2c32 commit 8ebe6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Fixer/FinalClassInEntitiesFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ public function getPriority(): int
6969

7070
public function supports(SplFileInfo $file): bool
7171
{
72-
return strpos($file->getPath(), 'src/Entity') !== false;
72+
return strpos($file->getPath(), 'src/Entity/') !== false;
7373
}
7474
}

0 commit comments

Comments
 (0)