kubawerlos/php-cs-fixer-custom-fixers

Feature request: doctrine migration remove method getDescription

Opened this issue · 0 comments

By default getDescription returns empty string:

final class Version20240410101614 extends AbstractMigration
{
    public function getDescription(): string
    {
        return '';
    }
}

But AbstractMigration has the same method.

Finally we can remove getDescription if it returns empty string