added blank space before namespace line (PSR-12)

This commit is contained in:
Robin Krahnen 2020-03-10 11:13:12 +01:00
parent a0b5b74b36
commit 028429ae2f
4 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
<?php <?php
namespace DigiComp\Sequence\Command; namespace DigiComp\Sequence\Command;
use DigiComp\Sequence\Service\SequenceGenerator; use DigiComp\Sequence\Service\SequenceGenerator;

View file

@ -1,4 +1,5 @@
<?php <?php
namespace DigiComp\Sequence\Domain\Model; namespace DigiComp\Sequence\Domain\Model;
use Doctrine\ORM\Mapping as ORM; use Doctrine\ORM\Mapping as ORM;

View file

@ -1,4 +1,5 @@
<?php <?php
namespace DigiComp\Sequence\Service; namespace DigiComp\Sequence\Service;
/** /**

View file

@ -1,4 +1,5 @@
<?php <?php
namespace DigiComp\Sequence\Service; namespace DigiComp\Sequence\Service;
use DigiComp\Sequence\Domain\Model\Insert; use DigiComp\Sequence\Domain\Model\Insert;