Completed
Branch master (b57e48)
by Adrien
02:53
created
src/Badger/GameBundle/Doctrine/Repository/QuestRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Badger\TagBundle\Taggable\TaggableInterface;
8 8
 use Badger\UserBundle\Entity\UserInterface;
9 9
 use Doctrine\DBAL\Connection;
10
-use Doctrine\ORM\Query;
11 10
 use Doctrine\ORM\EntityRepository;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/Badger/TagBundle/Controller/TagController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Symfony\Component\HttpFoundation\RedirectResponse;
7 7
 use Symfony\Component\HttpFoundation\Request;
8 8
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
9
-
10 9
 use Badger\TagBundle\Entity\Tag;
11 10
 use Badger\TagBundle\Form\TagType;
12 11
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.
src/Badger/GateBundle/GateBundle.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Symfony\Component\HttpKernel\Bundle\Bundle;
6 6
 
7 7
 /**
8
-
9 8
  * @license http://opensource.org/licenses/MIT The MIT License (MIT)
10 9
  */
11 10
 class GateBundle extends Bundle
Please login to merge, or discard this patch.