Test Setup Failed
Push — master ( 2f2ea9...d7f39b )
by Angel Fernando Quiroz
176:57 queued 115:48
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/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/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/Entity/ExtraField.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Sylius\Component\Attribute\AttributeType\IntegerAttributeType;
12 12
 use Sylius\Component\Attribute\AttributeType\TextareaAttributeType;
13 13
 use Sylius\Component\Attribute\AttributeType\TextAttributeType;
14
-use Sylius\Component\Translation\Model\AbstractTranslatable;
15 14
 
16 15
 /**
17 16
  * Class ExtraField
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Migrations/Data/ORM/LoadPortalData.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@  discard block
 block discarded – undo
6 6
 use Chamilo\CoreBundle\Entity\CourseCategory;
7 7
 use Chamilo\CoreBundle\Entity\Language;
8 8
 use Chamilo\CoreBundle\Entity\AccessUrl;
9
-use Chamilo\CoreBundle\Entity\AccessUrlRelUser;
10 9
 use Chamilo\CoreBundle\Entity\SystemTemplate;
11 10
 use Chamilo\CoreBundle\Entity\UserFriendRelationType;
12 11
 use Chamilo\CoreBundle\Entity\Skill;
@@ -15,16 +14,12 @@  discard block
 block discarded – undo
15 14
 use Chamilo\CoreBundle\Entity\BranchSync;
16 15
 use Chamilo\CoreBundle\Entity\BranchTransactionStatus;
17 16
 use Chamilo\CoreBundle\Entity\Tool;
18
-
19
-use Doctrine\Common\DataFixtures\FixtureInterface;
20 17
 use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
21 18
 use Doctrine\Common\DataFixtures\AbstractFixture;
22 19
 use Doctrine\Common\Persistence\ObjectManager;
23
-
24 20
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
25 21
 use Symfony\Component\DependencyInjection\ContainerInterface;
26 22
 use Symfony\Component\Intl\Intl;
27
-use Symfony\Component\Finder\Finder;
28 23
 use Oro\Bundle\MigrationBundle\Fixture\VersionedFixtureInterface;
29 24
 
30 25
 /**
Please login to merge, or discard this patch.
main/admin/skill_create.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use ChamiloSession as Session;
5 4
 use Symfony\Component\Finder\Finder;
6 5
 
7 6
 require_once '../inc/global.inc.php';
Please login to merge, or discard this patch.
main/admin/skill_edit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use ChamiloSession as Session;
5 4
 use Symfony\Component\Finder\Finder;
6 5
 
7 6
 require_once '../inc/global.inc.php';
Please login to merge, or discard this patch.