Completed
Push — dependabot/npm_and_yarn/Bundle... ( b0a216 )
by
unknown
04:24
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/BusinessPageBundle/Controller/BusinessTemplateController.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 Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
6 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
7 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
9 8
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
10 9
 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
11 10
 use Symfony\Component\HttpFoundation\JsonResponse;
Please login to merge, or discard this patch.
Bundle/SitemapBundle/Controller/SitemapController.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\SitemapBundle\Controller;
4 4
 
5
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
6 5
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
7 6
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
8 7
 use Symfony\Component\HttpFoundation\JsonResponse;
Please login to merge, or discard this patch.
Bundle/WidgetBundle/Model/WidgetManager.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\EntityManager;
6 6
 use Doctrine\ORM\Mapping\ClassMetadataInfo;
7
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
8 7
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
9 8
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
10 9
 use Symfony\Component\HttpFoundation\JsonResponse;
Please login to merge, or discard this patch.