Completed
Push — master ( 8fa0dd...4e8b39 )
by max
15:48 queued 13:26
created
src/Service/Checker.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         return $response;
62 62
     }
63 63
 
64
+    /**
65
+     * @param string $routeName
66
+     */
64 67
     private function redirectTo(MvcEvent $event, $routeName, $reasonPhrase = 'Unauthorized')
65 68
     {
66 69
         // Redirect to the user login page, as an example
Please login to merge, or discard this patch.