| @@ -13,7 +13,6 @@ | ||
| 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 | |
| @@ -13,7 +13,6 @@ | ||
| 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; | 
| @@ -37,13 +37,13 @@ | ||
| 37 | 37 | |
| 38 | 38 |          switch ($type) { | 
| 39 | 39 | |
| 40 | - case 'js': | |
| 41 | - $pattern = '<script src="%s"></script>'; | |
| 42 | - break; | |
| 40 | + case 'js': | |
| 41 | + $pattern = '<script src="%s"></script>'; | |
| 42 | + break; | |
| 43 | 43 | |
| 44 | - case 'css': | |
| 45 | - $pattern = '<link rel="stylesheet" type="text/css" href="%s">'; | |
| 46 | - break; | |
| 44 | + case 'css': | |
| 45 | + $pattern = '<link rel="stylesheet" type="text/css" href="%s">'; | |
| 46 | + break; | |
| 47 | 47 | |
| 48 | 48 | } | 
| 49 | 49 | |
| @@ -2,14 +2,10 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Faulancer\View; | 
| 4 | 4 | |
| 5 | -use Faulancer\Exception\ClassNotFoundException; | |
| 6 | 5 | use Faulancer\Exception\ConstantMissingException; | 
| 7 | -use Faulancer\Exception\Exception; | |
| 8 | 6 | use Faulancer\Exception\FileNotFoundException; | 
| 9 | 7 | use Faulancer\Exception\ViewHelperException; | 
| 10 | -use Faulancer\Exception\ViewHelperIncompatibleException; | |
| 11 | 8 | use Faulancer\Service\Config; | 
| 12 | -use Faulancer\Service\ResponseService; | |
| 13 | 9 | use Faulancer\ServiceLocator\ServiceLocator; | 
| 14 | 10 | |
| 15 | 11 | /** |