PSR 2 compliance

This commit is contained in:
Simon Vieille 2021-03-23 11:52:54 +01:00
parent d28ed2da95
commit 73a977b11b
1 changed files with 3 additions and 4 deletions

View File

@ -2,12 +2,11 @@
namespace App\Controller;
use App\Core\Annotation\UrlGenerator;
use App\Entity\Blog\Post;
use App\UrlGenerator\FooUrlGenerator;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
use App\Entity\Blog\Post;
use App\Core\Annotation\UrlGenerator;
use App\UrlGenerator\FooUrlGenerator;
class FooController extends AbstractController
{