Completed
Push — master ( 0eab77...b2f729 )
by Paul
05:35
created
Bundle/CoreBundle/Repository/ViewRepository.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 Victoire\Bundle\CoreBundle\Repository;
4 4
 
5
-use Doctrine\ORM\Query;
6 5
 use Doctrine\ORM\Query\Expr;
7 6
 use Gedmo\Tree\Entity\Repository\NestedTreeRepository;
8 7
 use Victoire\Bundle\CoreBundle\Entity\View;
Please login to merge, or discard this patch.
Tests/Features/Context/FeatureContext.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 Behat\Behat\Context\Context;
6 6
 use Behat\Behat\Context\SnippetAcceptingContext;
7
-use Behat\Mink\Element\Element;
8 7
 use Behat\Mink\Exception\UnsupportedDriverActionException;
9 8
 use Behat\Symfony2Extension\Context\KernelAwareContext;
10 9
 use Behat\Symfony2Extension\Context\KernelDictionary;
Please login to merge, or discard this patch.
Bundle/BusinessPageBundle/Helper/BusinessPageHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Victoire\Bundle\BusinessEntityBundle\Converter\ParameterConverter;
12 12
 use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntity;
13 13
 use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntityInterface;
14
-use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntityRepository;
15 14
 use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessProperty;
16 15
 use Victoire\Bundle\BusinessEntityBundle\Helper\BusinessEntityHelper;
17 16
 use Victoire\Bundle\BusinessPageBundle\Entity\BusinessTemplate;
Please login to merge, or discard this patch.
Bundle/WidgetBundle/Renderer/WidgetRenderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Victoire\Bundle\WidgetBundle\Cache\WidgetCache;
16 16
 use Victoire\Bundle\WidgetBundle\Entity\Widget;
17 17
 use Victoire\Bundle\WidgetBundle\Helper\WidgetHelper;
18
-use Victoire\Bundle\WidgetMapBundle\Entity\Slot;
19 18
 use Victoire\Bundle\WidgetMapBundle\Helper\WidgetMapHelper;
20 19
 
21 20
 class WidgetRenderer
Please login to merge, or discard this patch.