Skip to content

Commit 388fb16

Browse files
authored
Merge pull request #1 from symfony-si/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents 0db359e + 32a2a85 commit 388fb16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AppBundle/Controller/DefaultController.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
namespace AppBundle\Controller;
44

5+
use AppBundle\Entity\Contact;
6+
use AppBundle\Entity\Project;
7+
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
58
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
69
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
710
use Symfony\Component\Form\Extension\Core\Type\EmailType;
811
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
9-
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
1012
use Symfony\Component\Form\Extension\Core\Type\TextType;
13+
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
1114
use Symfony\Component\HttpFoundation\RedirectResponse;
1215
use Symfony\Component\HttpFoundation\Request;
13-
use AppBundle\Entity\Contact;
14-
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache;
1516
use Symfony\Component\HttpFoundation\Response;
16-
use AppBundle\Entity\Project;
1717

1818
class DefaultController extends Controller
1919
{

0 commit comments

Comments
 (0)