Test Setup Failed
Branch master (be722e)
by Yannick
75:49 queued 20:48
created
main/gradebook/lib/fe/gradebooktable.class.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 CpChart\Classes\pCache as pCache;
6 5
 use CpChart\Classes\pData as pData;
7 6
 use CpChart\Classes\pImage as pImage;
Please login to merge, or discard this patch.
main/inc/lib/export.lib.inc.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -3,14 +3,8 @@
 block discarded – undo
3 3
 
4 4
 use Ddeboer\DataImport\Writer\ExcelWriter;
5 5
 use Ddeboer\DataImport\Writer\CsvWriter;
6
-use Ddeboer\DataImport\Workflow;
7
-
8
-use Ddeboer\DataImport\Reader\CsvReader;
9
-use Ddeboer\DataImport\Reader\ArrayReader;
10
-use Ddeboer\DataImport\Writer\ArrayWriter;
11 6
 use Chamilo\CoreBundle\Component\Editor\Connector;
12 7
 use Chamilo\CoreBundle\Component\Filesystem\Data;
13
-use ChamiloSession as Session;
14 8
 use MediaAlchemyst\Alchemyst;
15 9
 use MediaAlchemyst\DriversContainer;
16 10
 use Neutron\TemporaryFilesystem\Manager;
Please login to merge, or discard this patch.
main/webservices/access_url.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use Chamilo\CoreBundle\Entity\ExtraField as EntityExtraField;
5
-use Chamilo\UserBundle\Entity\User;
6
-
7 4
 /**
8 5
  * @package chamilo.webservices
9 6
  */
Please login to merge, or discard this patch.
main/wiki/wiki.inc.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -1,14 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use Chamilo\CoreBundle\Component\Editor\Connector;
5 4
 use Chamilo\CoreBundle\Component\Filesystem\Data;
6 5
 use ChamiloSession as Session;
7
-use MediaAlchemyst\Alchemyst;
8
-use MediaAlchemyst\DriversContainer;
9
-use Neutron\TemporaryFilesystem\Manager;
10
-use Neutron\TemporaryFilesystem\TemporaryFilesystem;
11
-use Symfony\Component\Filesystem\Filesystem;
12 6
 
13 7
 /**
14 8
  * Class Wiki
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Component/Filesystem/Data.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Chamilo\UserBundle\Entity\User;
9 9
 use MediaAlchemyst\Alchemyst;
10 10
 use Sunra\PhpSimple\HtmlDomParser;
11
-use Symfony\Component\Console;
12 11
 use Symfony\Component\Console\Output\OutputInterface;
13 12
 use Symfony\Component\Filesystem\Filesystem;
14 13
 use Symfony\Component\Finder\Finder;
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.
src/Chamilo/CoreBundle/Controller/BaseResourceController.php 1 patch
Unused Use Statements   -9 removed lines patch added patch discarded remove patch
@@ -5,19 +5,10 @@
 block discarded – undo
5 5
 
6 6
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7 7
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
8
-use Symfony\Component\HttpFoundation\Response;
9
-use Symfony\Component\HttpFoundation\JsonResponse;
10
-use Symfony\Component\HttpFoundation\Request;
11 8
 use Knp\Menu\Matcher\Matcher;
12
-use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
13
-use Symfony\Component\Routing\Annotation\Route;
14
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
15
-use Symfony\Component\DependencyInjection\Container;
16
-
17 9
 use Knp\Menu\FactoryInterface as MenuFactoryInterface;
18 10
 use Knp\Menu\ItemInterface as MenuItemInterface;
19 11
 use Knp\Menu\Renderer\ListRenderer;
20
-
21 12
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
22 13
 
23 14
 /**
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Controller/FrontController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
10 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
11 11
 use Symfony\Component\HttpFoundation\Request;
12
-use Symfony\Component\HttpFoundation\Response;
13
-
14 12
 use Chamilo\CoreBundle\Component\Editor\Connector;
15 13
 use Chamilo\CoreBundle\Component\Editor\Finder;
16 14
 
Please login to merge, or discard this patch.