Test Failed
Push — feature/sf2.8 ( 74ce43...651c8b )
by
unknown
39:50 queued 17:14
created
src/Zicht/Bundle/UrlBundle/Form/Extension/TinymceTypeExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function getExtendedType()
42 42
     {
43
-       return TinymceTypeExtension::class;
43
+        return TinymceTypeExtension::class;
44 44
     }
45 45
 
46 46
     /**
Please login to merge, or discard this patch.
src/Zicht/Bundle/UrlBundle/Url/DbStaticProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Doctrine\ORM\EntityManager;
9 9
 use Symfony\Component\HttpFoundation\Request;
10 10
 use Symfony\Component\HttpFoundation\RequestStack;
11
-use Symfony\Component\Routing\RouterInterface;
12 11
 use Zicht\Bundle\UrlBundle\Entity\StaticReference;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.