@@ -67,6 +67,9 @@ discard block |
||
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 |
||
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 |
||
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 { |