Completed
Push — master ( 569cc3...4b435d )
by Ruud
26:21 queued 11:55
created
src/Kunstmaan/AdminBundle/Toolbar/BundleVersionDataCollector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\Common\Cache\Cache;
6 6
 use Kunstmaan\AdminBundle\Helper\Toolbar\AbstractDataCollector;
7 7
 use Kunstmaan\AdminBundle\Helper\VersionCheck\VersionChecker;
8
-use Monolog\Logger;
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 use Symfony\Component\HttpFoundation\Response;
11 10
 
Please login to merge, or discard this patch.
ArticleBundle/AdminList/AbstractArticleTagAdminListConfigurator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Kunstmaan\ArticleBundle\AdminList;
4 4
 
5
-use Doctrine\ORM\EntityManager;
6 5
 use Doctrine\ORM\EntityManagerInterface;
7 6
 use Doctrine\ORM\QueryBuilder;
8 7
 use Kunstmaan\AdminBundle\Helper\Security\Acl\AclHelper;
Please login to merge, or discard this patch.
src/Kunstmaan/ArticleBundle/Twig/ArticleTwigExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\EntityManagerInterface;
6 6
 use Symfony\Component\HttpFoundation\Request;
7
-use Symfony\Component\HttpFoundation\RequestStack;
8 7
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
9 8
 use Symfony\Component\Routing\RouterInterface;
10 9
 use Twig_Extension;
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Entity/AbstractPage.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
 use Kunstmaan\NodeBundle\Form\PageAdminType;
8 8
 use Kunstmaan\NodeBundle\Helper\RenderContext;
9 9
 use Symfony\Component\DependencyInjection\ContainerInterface;
10
-use Symfony\Component\Form\AbstractType;
11
-use Symfony\Component\HttpFoundation\RedirectResponse;
12 10
 use Symfony\Component\HttpFoundation\Request;
13 11
 use Symfony\Component\Validator\Constraints as Assert;
14 12
 
Please login to merge, or discard this patch.
Kunstmaan/NodeBundle/Form/EventListener/URLChooserLinkTypeSubscriber.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Kunstmaan\NodeBundle\Form\EventListener;
4 4
 
5 5
 use Kunstmaan\NodeBundle\Form\Type\URLChooserType;
6
-use Kunstmaan\NodeBundle\Validation\URLValidator;
7 6
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
8
-use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
9 7
 use Symfony\Component\Form\Extension\Core\Type\TextType;
10 8
 use Symfony\Component\Form\FormEvent;
11 9
 use Symfony\Component\Form\FormEvents;
Please login to merge, or discard this patch.
src/Kunstmaan/NodeBundle/Tests/Entity/TestEntity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Kunstmaan\AdminBundle\Entity\AbstractEntity;
6 6
 use Kunstmaan\NodeBundle\Entity\AbstractPage;
7 7
 use Kunstmaan\NodeBundle\Entity\HasNodeInterface;
8
-use Symfony\Component\Form\AbstractType;
9 8
 
10 9
 /**
11 10
  * TestEntity
Please login to merge, or discard this patch.
src/Kunstmaan/TranslatorBundle/Service/Command/DiffCommand.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Kunstmaan\TranslatorBundle\Service\Command;
3 3
 
4
-use Doctrine\DBAL\Migrations\Configuration\Configuration,
5
-    Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand,
6
-    Symfony\Component\Console\Input\InputInterface,
7
-    Symfony\Component\Console\Output\OutputInterface;
4
+use Doctrine\DBAL\Migrations\Configuration\Configuration;
5
+use Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand;
6
+use Symfony\Component\Console\Input\InputInterface;
7
+use Symfony\Component\Console\Output\OutputInterface;
8 8
 
9 9
 class DiffCommand extends GenerateCommand
10 10
 {
Please login to merge, or discard this patch.
app2/cache/phpunit/ContainerBcomtmh/appPhpunitDebugProjectContainer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
3 3
 namespace ContainerBcomtmh;
4 4
 
5 5
 use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
6
-use Symfony\Component\DependencyInjection\ContainerInterface;
7 6
 use Symfony\Component\DependencyInjection\Container;
8 7
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
9 8
 use Symfony\Component\DependencyInjection\Exception\LogicException;
10
-use Symfony\Component\DependencyInjection\Exception\RuntimeException;
11 9
 use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.
app2/cache/phpunit/ContainerBcomtmh/getConsole_CommandLoaderService.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
4
-
5 3
 // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
6 4
 // Returns the public 'console.command_loader' shared service.
7 5
 
Please login to merge, or discard this patch.