| @@ -153,7 +153,7 @@ | ||
| 153 | 153 | */ | 
| 154 | 154 | public function setBody($body) | 
| 155 | 155 |      { | 
| 156 | - $this->body = $body; | |
| 156 | + $this->body = $body; | |
| 157 | 157 | } | 
| 158 | 158 | |
| 159 | 159 | /** | 
| @@ -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 | */ | 
| @@ -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 | |
| @@ -295,7 +295,7 @@ | ||
| 295 | 295 | } | 
| 296 | 296 | |
| 297 | 297 |          if (empty($this->getType()) && !empty($this->definition['type'])) { | 
| 298 | - $this->setType($this->definition['type']); | |
| 298 | + $this->setType($this->definition['type']); | |
| 299 | 299 | } | 
| 300 | 300 | |
| 301 | 301 |          if (empty($this->getValue()) && !empty($this->definition['value'])) { | 
| @@ -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; | 
| @@ -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 |