Test Setup Failed
Push — master ( b97dd0...2809dd )
by Angel Fernando Quiroz
504:03 queued 445:30
created
main/forum/reply.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/gradebook/certificate_report.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/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/introductionSection.inc.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/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.