Completed
Push — sf2.7 ( fb6965...00100f )
by Laurent
03:55
created
src/AppBundle/Tests/Controller/UserControllerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,8 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
 /**
97
-     * @depends testCreate
98
-     */
97
+ * @depends testCreate
98
+ */
99 99
 
100 100
     public function testSort() {
101 101
         $client = static::createClient();
Please login to merge, or discard this patch.
src/AppBundle/Controller/DefaultController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,6 @@
 block discarded – undo
19 19
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
20 20
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
21 21
 use Symfony\Component\HttpFoundation\Response;
22
-use Symfony\Component\HttpFoundation\Request;
23
-
24 22
 use AppBundle\Form\Type\SubFamilyLogType;
25 23
 
26 24
 /**
Please login to merge, or discard this patch.