added blank space before namespace line (PSR-12)
This commit is contained in:
parent
a0b5b74b36
commit
028429ae2f
4 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace DigiComp\Sequence\Command;
|
||||
|
||||
use DigiComp\Sequence\Service\SequenceGenerator;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace DigiComp\Sequence\Domain\Model;
|
||||
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace DigiComp\Sequence\Service;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
namespace DigiComp\Sequence\Service;
|
||||
|
||||
use DigiComp\Sequence\Domain\Model\Insert;
|
||||
|
|
Loading…
Reference in a new issue