php cs fixes

This commit is contained in:
2023-09-14 12:25:56 +02:00
parent 15fbfbb621
commit 754515f185
110 changed files with 129 additions and 333 deletions

View File

@@ -21,9 +21,7 @@ use function count;
*/
class Version20160422000000 extends AbstractMigration
{
public function down(Schema $schema): void
{
}
public function down(Schema $schema): void {}
public function up(Schema $schema): void
{

View File

@@ -19,9 +19,7 @@ use Doctrine\Migrations\AbstractMigration;
*/
final class Version20210419112619 extends AbstractMigration
{
public function down(Schema $schema): void
{
}
public function down(Schema $schema): void {}
public function getDescription(): string
{