Test Setup Failed
Push — master ( b82aef...e4f80c )
by Angel Fernando Quiroz
345:44 queued 291:34
created
src/Chamilo/CoreBundle/Migrations/Data/ORM/LoadUserFieldData.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,12 +5,9 @@
 block discarded – undo
5 5
 
6 6
 use Chamilo\CoreBundle\Entity\ExtraField;
7 7
 use Chamilo\CoreBundle\Entity\ExtraFieldOptions;
8
-
9
-use Doctrine\Common\DataFixtures\FixtureInterface;
10 8
 use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
11 9
 use Doctrine\Common\DataFixtures\AbstractFixture;
12 10
 use Doctrine\Common\Persistence\ObjectManager;
13
-
14 11
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
15 12
 use Symfony\Component\DependencyInjection\ContainerInterface;
16 13
 use Oro\Bundle\MigrationBundle\Fixture\VersionedFixtureInterface;
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Controller/Admin/PluginsController.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -4,14 +4,9 @@
 block discarded – undo
4 4
 namespace Chamilo\CoreBundle\Controller\Admin;
5 5
 
6 6
 use Sylius\Bundle\SettingsBundle\Controller\SettingsController as SyliusSettingsController;
7
-use Symfony\Component\HttpFoundation\Request;
8
-use Symfony\Component\HttpFoundation\Response;
9
-use Symfony\Component\Validator\Exception\ValidatorException;
10 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
11 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
12
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
13 9
 use Chamilo\SettingsBundle\Manager\SettingsManager;
14
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
15 10
 
16 11
 /**
17 12
  * Class SettingsController
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Controller/Admin/SettingsController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 use Symfony\Component\Validator\Exception\ValidatorException;
10 10
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
11 11
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
12
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
13 12
 use Chamilo\SettingsBundle\Manager\SettingsManager;
14
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
15 13
 
16 14
 /**
17 15
  * Class SettingsController
Please login to merge, or discard this patch.