Fixed coding style.

This commit is contained in:
Jan Böhmer 2020-04-10 13:05:08 +02:00
parent a5e1f02d27
commit ae75e6844f
41 changed files with 147 additions and 163 deletions

View file

@ -50,7 +50,6 @@ use Doctrine\Migrations\Events;
/**
* This subscriber logs databaseMigrations to Event log.
* @package App\EventSubscriber
*/
class LogDBMigrationSubscriber implements EventSubscriber
{