Test Failed
Pull Request — master (#19)
by Flo
03:27
created
src/ORM/Entity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace Faulancer\ORM;
9 9
 
10 10
 use Faulancer\Service\AbstractControllerService;
11
-use Faulancer\Service\DbService;
12 11
 use Faulancer\ServiceLocator\ServiceLocator;
13 12
 use \ORM\EntityManager;
14 13
 
Please login to merge, or discard this patch.
src/Form/Type/AbstractType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Faulancer\Service\SessionManagerService;
14 14
 use Faulancer\ServiceLocator\ServiceLocator;
15 15
 use Faulancer\Form\Validator\ValidatorChain;
16
-use Faulancer\ServiceLocator\ServiceLocatorAwareInterface;
17 16
 use Faulancer\ServiceLocator\ServiceLocatorInterface;
18 17
 use Faulancer\Session\SessionManager;
19 18
 
Please login to merge, or discard this patch.
src/View/ViewController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -7,14 +7,10 @@
 block discarded – undo
7 7
  */
8 8
 namespace Faulancer\View;
9 9
 
10
-use Faulancer\Exception\ClassNotFoundException;
11 10
 use Faulancer\Exception\ConstantMissingException;
12
-use Faulancer\Exception\Exception;
13 11
 use Faulancer\Exception\FileNotFoundException;
14 12
 use Faulancer\Exception\ViewHelperException;
15
-use Faulancer\Exception\ViewHelperIncompatibleException;
16 13
 use Faulancer\Service\Config;
17
-use Faulancer\Service\ResponseService;
18 14
 use Faulancer\ServiceLocator\ServiceLocator;
19 15
 
20 16
 /**
Please login to merge, or discard this patch.
src/Controller/Dispatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Faulancer\Http\Request;
14 14
 use Faulancer\Http\Response;
15 15
 use Faulancer\Exception\MethodNotFoundException;
16
-use Faulancer\Service\AuthenticatorPlugin;
17 16
 use Faulancer\Service\AuthenticatorService;
18 17
 use Faulancer\Service\Config;
19 18
 use Faulancer\Service\SessionManagerService;
Please login to merge, or discard this patch.