@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use Faulancer\Exception\Exception; |
| 13 | 13 | use Faulancer\Http\Request; |
| 14 | 14 | use Faulancer\Service\Config; |
| 15 | -use Faulancer\Controller\AbstractController; |
|
| 16 | 15 | |
| 17 | 16 | /** |
| 18 | 17 | * Class Kernel |
@@ -7,8 +7,6 @@ |
||
| 7 | 7 | */ |
| 8 | 8 | namespace Faulancer\Http; |
| 9 | 9 | |
| 10 | -use Faulancer\Exception\InvalidArgumentException; |
|
| 11 | - |
|
| 12 | 10 | /** |
| 13 | 11 | * Class Request |
| 14 | 12 | */ |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Faulancer\Event; |
| 4 | 4 | |
| 5 | -use Faulancer\Exception\Exception; |
|
| 6 | 5 | use Faulancer\Exception\ServiceNotFoundException; |
| 7 | 6 | use Faulancer\Service\Config; |
| 8 | 7 | use Faulancer\ServiceLocator\ServiceLocator; |
@@ -8,8 +8,6 @@ discard block |
||
| 8 | 8 | |
| 9 | 9 | use Faulancer\Event\Observer; |
| 10 | 10 | use Faulancer\Event\Type\OnDispatch; |
| 11 | -use Faulancer\Exception\ClassNotFoundException; |
|
| 12 | -use Faulancer\Exception\DispatchFailureException; |
|
| 13 | 11 | use Faulancer\Exception\IncompatibleResponseException; |
| 14 | 12 | use Faulancer\Exception\ServiceNotFoundException; |
| 15 | 13 | use Faulancer\Http\Http; |
@@ -17,7 +15,6 @@ discard block |
||
| 17 | 15 | use Faulancer\Http\Request; |
| 18 | 16 | use Faulancer\Http\Response; |
| 19 | 17 | use Faulancer\Exception\MethodNotFoundException; |
| 20 | -use Faulancer\Service\AuthenticatorPlugin; |
|
| 21 | 18 | use Faulancer\Service\AuthenticatorService; |
| 22 | 19 | use Faulancer\Service\Config; |
| 23 | 20 | use Faulancer\Service\SessionManagerService; |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | namespace Faulancer\View\Helper; |
| 8 | 8 | |
| 9 | 9 | use Faulancer\View\AbstractViewHelper; |
| 10 | -use Faulancer\View\ViewController; |
|
| 11 | 10 | |
| 12 | 11 | /** |
| 13 | 12 | * Class CodeBlock |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Faulancer\View\Helper; |
| 4 | 4 | |
| 5 | -use Faulancer\Exception\ConfigInvalidException; |
|
| 6 | 5 | use Faulancer\Exception\RouteInvalidException; |
| 7 | 6 | use Faulancer\Exception\ServiceNotFoundException; |
| 8 | 7 | use Faulancer\Http\Request; |
@@ -2,7 +2,6 @@ discard block |
||
| 2 | 2 | |
| 3 | 3 | namespace Faulancer\Form\Type; |
| 4 | 4 | |
| 5 | -use Faulancer\Exception\ConfigInvalidException; |
|
| 6 | 5 | use Faulancer\Exception\ServiceNotFoundException; |
| 7 | 6 | use Faulancer\Form\Validator\AbstractValidator; |
| 8 | 7 | use Faulancer\Service\Config; |
@@ -10,7 +9,6 @@ discard block |
||
| 10 | 9 | use Faulancer\Service\SessionManagerService; |
| 11 | 10 | use Faulancer\ServiceLocator\ServiceLocator; |
| 12 | 11 | use Faulancer\Form\Validator\ValidatorChain; |
| 13 | -use Faulancer\ServiceLocator\ServiceLocatorAwareInterface; |
|
| 14 | 12 | use Faulancer\ServiceLocator\ServiceLocatorInterface; |
| 15 | 13 | use Faulancer\Session\SessionManager; |
| 16 | 14 | |