Completed
Push — master ( 26b9e6...72fe35 )
by Iman
01:29
created
src/Commands/CheckRoutes.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@  discard block
 block discarded – undo
67 67
         }
68 68
     }
69 69
 
70
+    /**
71
+     * @param ErrorPrinter $errorPrinter
72
+     */
70 73
     protected function checkClassesForRouteCalls($errorPrinter)
71 74
     {
72 75
         $psr4 = ComposerJson::readKey('autoload.psr-4');
@@ -98,6 +101,10 @@  discard block
 block discarded – undo
98 101
         }
99 102
     }
100 103
 
104
+    /**
105
+     * @param ErrorPrinter $errorPrinter
106
+     * @param \Symfony\Component\Console\Helper\ProgressBar $bar
107
+     */
101 108
     private function checkRouteDefinitions($errorPrinter, $routes, $bar)
102 109
     {
103 110
         foreach ($routes as $route) {
@@ -162,6 +169,9 @@  discard block
 block discarded – undo
162 169
         return $namespace.'\\'.$className;
163 170
     }
164 171
 
172
+    /**
173
+     * @param string $fullNamespace
174
+     */
165 175
     protected function isLaravelController($fullNamespace)
166 176
     {
167 177
         try {
Please login to merge, or discard this patch.