strict types added
This commit is contained in:
parent
5b306cfd54
commit
78ebba425b
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace App\Controller;
|
||||
|
||||
|
|
0
src/Entity/.gitignore
vendored
0
src/Entity/.gitignore
vendored
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Repository\PasteRepository;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace App\Form\Type;
|
||||
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace App\Repository;
|
||||
|
||||
|
|
Loading…
Reference in a new issue