Test Setup Failed
Push — master ( 3fbe34...23fdb2 )
by Angel Fernando Quiroz
153:24 queued 94:45
created
main/group/group_space.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use ChamiloSession as Session;
5
-
6 4
 /**
7 5
  * Class ExerciseLib
8 6
  * shows a question and its answers
Please login to merge, or discard this patch.
main/inc/lib/api.lib.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  */
10 10
 
11 11
 use ChamiloSession as Session;
12
-use Symfony\Component\Validator\Constraints as Assert;
13 12
 use Chamilo\UserBundle\Entity\User;
14 13
 use Chamilo\CoreBundle\Entity\Course;
15 14
 use Chamilo\CoreBundle\Framework\Container;
Please login to merge, or discard this patch.
main/inc/lib/course.lib.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 use Chamilo\CourseBundle\Manager\SettingsManager;
7 7
 use Chamilo\CourseBundle\ToolChain;
8 8
 use Chamilo\CoreBundle\Entity\Course;
9
-use Chamilo\CourseBundle\Entity\CTool;
10
-use Chamilo\CoreBundle\Framework\Container;
11 9
 
12 10
 /**
13 11
  * Class CourseManager
Please login to merge, or discard this patch.
main/inc/lib/document.lib.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4 4
 use ChamiloSession as Session;
5
-use Doctrine\Common\Collections\Criteria;
6 5
 
7 6
 /**
8 7
  *  Class DocumentManager
Please login to merge, or discard this patch.
main/inc/lib/internationalization.lib.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Patchwork\Utf8;
14 14
 use Chamilo\CoreBundle\Framework\Container;
15
-use Symfony\Component\Intl\Intl;
16 15
 
17 16
 /**
18 17
  * Constants
Please login to merge, or discard this patch.
main/work/work.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use ChamiloSession as Session;
5
-
6 4
 /**
7 5
  * Class ExerciseLib
8 6
  * shows a question and its answers
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Component/Editor/Connector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4 4
 use ChamiloSession as Session;
5
-
6 5
 use Chamilo\UserBundle\Entity\User;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Controller/Admin/AdminController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Component\HttpFoundation\Response;
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
10 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
11
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
12
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
13 11
 
14 12
 /**
15 13
  * Class Administrator
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Controller/BaseController.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -7,15 +7,7 @@
 block discarded – undo
7 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
8 8
 use Symfony\Bundle\TwigBundle\TwigEngine;
9 9
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
10
-use Symfony\Component\HttpFoundation\Response;
11
-use Symfony\Component\HttpFoundation\JsonResponse;
12
-use Symfony\Component\HttpFoundation\Request;
13 10
 use Knp\Menu\Matcher\Matcher;
14
-use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
15
-use Symfony\Component\Routing\Annotation\Route;
16
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
17
-use Symfony\Component\DependencyInjection\Container;
18
-
19 11
 use Knp\Menu\FactoryInterface as MenuFactoryInterface;
20 12
 use Knp\Menu\ItemInterface as MenuItemInterface;
21 13
 use Knp\Menu\Renderer\ListRenderer;
Please login to merge, or discard this patch.