@@ -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'); |
@@ -85,6 +88,10 @@ discard block |
||
85 | 88 | } |
86 | 89 | } |
87 | 90 | |
91 | + /** |
|
92 | + * @param ErrorPrinter $errorPrinter |
|
93 | + * @param \Symfony\Component\Console\Helper\ProgressBar $bar |
|
94 | + */ |
|
88 | 95 | private function checkRouteDefinitions($errorPrinter, $routes, $bar) |
89 | 96 | { |
90 | 97 | foreach ($routes as $route) { |