PSR 2 compliance

This commit is contained in:
Simon Vieille 2021-03-22 16:52:55 +01:00
parent 36168cfb0f
commit 9a61c5e876

View file

@ -3,14 +3,13 @@
namespace App\Entity\Page;
use App\Core\Entity\Site\Page\Block;
use App\Core\Entity\Site\Page\FileBlock;
use App\Core\Entity\Site\Page\Page;
use App\Core\Form\Site\Page\FileBlockType;
use App\Core\Form\Site\Page\ImageBlockType;
use App\Core\Form\Site\Page\TextareaBlockType;
use App\Core\Form\Site\Page\TextBlockType;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Form\FormBuilderInterface;
use App\Core\Entity\Site\Page\FileBlock;
use App\Core\Form\Site\Page\ImageBlockType;
/**
* @ORM\Entity