Passed
Branch master (864145)
by Muhammed
18:23
created
src/Zicht/Bundle/UrlBundle/Aliasing/Aliasing.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 namespace Zicht\Bundle\UrlBundle\Aliasing;
8 8
 
9 9
 use Doctrine\ORM\EntityManager;
10
-use Symfony\Component\HttpFoundation\Request;
11 10
 use Zicht\Bundle\UrlBundle\Aliasing\Mapper\UrlMapperInterface;
12 11
 use Zicht\Bundle\UrlBundle\Entity\Repository\UrlAliasRepository;
13 12
 use Zicht\Bundle\UrlBundle\Entity\UrlAlias;
Please login to merge, or discard this patch.
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.