Completed
Push — fetcher_factories ( 10a56f...fd93ea )
by David
13:44
created
src/Mouf/Mvc/Splash/Services/ControllerRegistry.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.