Completed
Push — 8.0 ( bf11e8...f611ca )
by David
02:23
created
src/Mouf/Mvc/Splash/Routers/SplashDefaultRouter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
      * @param ResponseInterface      $response
181 181
      * @param null|callable          $out
182 182
      *
183
-     * @return null|ResponseInterface
183
+     * @return ResponseInterface
184 184
      */
185 185
     public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $out = null)
186 186
     {
Please login to merge, or discard this patch.
src/Mouf/Mvc/Splash/Services/ControllerAnalyzer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,6 @@
 block discarded – undo
71 71
     /**
72 72
      * Returns an array of SplashRoute for the controller passed in parameter.
73 73
      *
74
-     * @param object $controller
75 74
      *
76 75
      * @return SplashRoute[]
77 76
      *
Please login to merge, or discard this patch.