@@ -199,7 +199,7 @@ |
||
| 199 | 199 | * |
| 200 | 200 | * Important! This must be quick to compute. |
| 201 | 201 | * |
| 202 | - * @return mixed |
|
| 202 | + * @return string |
|
| 203 | 203 | */ |
| 204 | 204 | public function getExpirationTag() : string |
| 205 | 205 | { |
@@ -4,7 +4,6 @@ discard block |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\Annotations\Reader; |
| 6 | 6 | use Interop\Container\ContainerInterface; |
| 7 | -use Mouf\Annotations\URLAnnotation; |
|
| 8 | 7 | use Mouf\Mvc\Splash\Annotations\Action; |
| 9 | 8 | use Mouf\Mvc\Splash\Annotations\Delete; |
| 10 | 9 | use Mouf\Mvc\Splash\Annotations\Get; |
@@ -12,7 +11,6 @@ discard block |
||
| 12 | 11 | use Mouf\Mvc\Splash\Annotations\Put; |
| 13 | 12 | use Mouf\Mvc\Splash\Annotations\Title; |
| 14 | 13 | use Mouf\Mvc\Splash\Annotations\URL; |
| 15 | -use Mouf\Mvc\Splash\Utils\SplashException; |
|
| 16 | 14 | use Mouf\Reflection\MoufReflectionMethod; |
| 17 | 15 | use ReflectionMethod; |
| 18 | 16 | |