@@ -92,8 +92,6 @@ |
||
92 | 92 | /** |
93 | 93 | * adds a requirement into the loader and registers it as a page with the router |
94 | 94 | * |
95 | - * @param string $function php function name or class.class_name |
|
96 | - * @param string $path source file path |
|
97 | 95 | */ |
98 | 96 | public function add_public_path($page, $source) { |
99 | 97 | $this->public_routes['/'.$page] = $source; |
@@ -181,6 +181,9 @@ |
||
181 | 181 | } |
182 | 182 | } |
183 | 183 | |
184 | + /** |
|
185 | + * @param string $commandline |
|
186 | + */ |
|
184 | 187 | public static function runProcess(Event $event, $commandline) { |
185 | 188 | if ($event->getIO()->isVerbose() === TRUE) |
186 | 189 | $event->getIO()->write(sprintf('Running <info>%s</info>', $commandline)); |