WIP: feature_paste #1
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
skobkin marked this conversation as resolved
|
||||
declare(strict_types = 1);
|
||||
skobkin marked this conversation as resolved
Outdated
skobkin
commented
Please do not forget Please do not forget `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);
|
||||
skobkin marked this conversation as resolved
Outdated
skobkin
commented
Please do not forget Please do not forget `declare(strict_types=1);`
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
use App\Repository\PasteRepository;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
declare(strict_types = 1);
|
||||
skobkin marked this conversation as resolved
Outdated
skobkin
commented
Please do not forget Please do not forget `declare(strict_types=1);`
|
||||
|
||||
namespace App\Form\Type;
|
||||
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
skobkin marked this conversation as resolved
skobkin
commented
Can't leave a comment for Do you need it? Can't leave a comment for `src/Repository/.gitignore`, so I'll ask here.
Do you need it?
|
||||
declare(strict_types = 1);
|
||||
skobkin marked this conversation as resolved
Outdated
skobkin
commented
Please do not forget Please do not forget `declare(strict_types=1);`
|
||||
|
||||
namespace App\Repository;
|
||||
|
||||
|
|
Loading…
Reference in a new issue
I can't leave you a comment on
src/Controller/.gitignore
, so I'll ask here.Why do you need it?