src/CoreBundle/Migrations/MigrationFactory.php
Missing class doc comment Open
Open
class MigrationFactory implements DoctrineMigrationFactory
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function createVersion(string $migrationClassName): AbstractMigration
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected readonly EntityManagerInterface $entityManager
- Exclude checks