Test Setup Failed
Push — master ( b82aef...e4f80c )
by Angel Fernando Quiroz
345:44 queued 291:34
created
main/forum/editthread.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/forum/newthread.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/forum/viewforum.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/Block/SkillBlockService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,14 +4,11 @@
 block discarded – undo
4 4
 namespace Chamilo\CoreBundle\Block;
5 5
 
6 6
 use Symfony\Component\HttpFoundation\Response;
7
-
8 7
 use Sonata\AdminBundle\Form\FormMapper;
9 8
 use Sonata\CoreBundle\Validator\ErrorElement;
10
-
11 9
 use Sonata\BlockBundle\Model\BlockInterface;
12 10
 use Sonata\BlockBundle\Block\BaseBlockService;
13 11
 use Sonata\BlockBundle\Block\BlockContextInterface;
14
-
15 12
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
16 13
 
17 14
 /**
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Form/CourseHomeToolType.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.
src/Chamilo/CourseBundle/ToolChain.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace Chamilo\CourseBundle;
5 5
 
6 6
 use Chamilo\CoreBundle\Entity\Course;
7
-use Chamilo\CoreBundle\Entity\Resource\ResourceNode;
8 7
 use Chamilo\CoreBundle\Entity\Tool;
9 8
 use Chamilo\CoreBundle\Entity\ToolResourceRights;
10 9
 use Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter;
Please login to merge, or discard this patch.
src/Chamilo/InstallerBundle/Form/Type/Setup/AdminType.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.
src/Chamilo/UserBundle/Entity/Listener/UserListener.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,14 +4,10 @@
 block discarded – undo
4 4
 namespace Chamilo\UserBundle\Entity\Listener;
5 5
 
6 6
 use Chamilo\CoreBundle\Entity\AccessUrl;
7
-use Chamilo\CoreBundle\Entity\AccessUrlRelCourse;
8 7
 use Chamilo\CoreBundle\Entity\AccessUrlRelUser;
9
-use Chamilo\CoreBundle\Entity\Repository\CourseRepository;
10
-
11 8
 use Chamilo\UserBundle\Repository\UserRepository;
12 9
 use Doctrine\ORM\Event\LifecycleEventArgs;
13 10
 use Chamilo\UserBundle\Entity\User;
14
-use Doctrine\ORM\Mapping as ORM;
15 11
 
16 12
 /**
17 13
  * Class UserListener
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Block/CourseBlockService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,14 +4,11 @@
 block discarded – undo
4 4
 namespace Chamilo\CoreBundle\Block;
5 5
 
6 6
 use Symfony\Component\HttpFoundation\Response;
7
-
8 7
 use Sonata\AdminBundle\Form\FormMapper;
9 8
 use Sonata\CoreBundle\Validator\ErrorElement;
10
-
11 9
 use Sonata\BlockBundle\Model\BlockInterface;
12 10
 use Sonata\BlockBundle\Block\BaseBlockService;
13 11
 use Sonata\BlockBundle\Block\BlockContextInterface;
14
-
15 12
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
16 13
 
17 14
 /**
Please login to merge, or discard this patch.