empty line between opening php tag and namespace

This commit is contained in:
Robin Krahnen 2020-03-16 15:44:37 +01:00
parent 39a98c4814
commit 3ee24e5381
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<?php
namespace Neos\Flow\Persistence\Doctrine\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;

View file

@ -1,4 +1,5 @@
<?php
namespace Neos\Flow\Persistence\Doctrine\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;