Completed
Push — master ( 1ecf33...bdf91e )
by Iman
01:55
created
src/Commands/CheckRoutes.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@
 block discarded – undo
66 66
         return $msg;
67 67
     }
68 68
 
69
+    /**
70
+     * @param ErrorPrinter $errorPrinter
71
+     */
69 72
     private function checkRouteDefinitions($errorPrinter, $routes)
70 73
     {
71 74
         foreach ($routes as $route) {
Please login to merge, or discard this patch.