Completed
Pull Request — master (#838)
by Alexis
09:35 queued 03:39
created
Bundle/QueryBundle/Helper/QueryHelper.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\Mapping\ManyToOne;
9 9
 use Doctrine\ORM\Mapping\OneToMany;
10 10
 use Doctrine\ORM\Mapping\OneToOne;
11
-use Doctrine\ORM\Query\Expr\Join;
12 11
 use Doctrine\ORM\QueryBuilder;
13 12
 use FOS\UserBundle\Model\UserInterface;
14 13
 use Knp\DoctrineBehaviors\Model\Translatable\Translatable;
Please login to merge, or discard this patch.
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.