@@ -81,7 +81,7 @@ |
||
81 | 81 | * Get all posible directorys for module files |
82 | 82 | * |
83 | 83 | * @param string $moduleName |
84 | - * @return array |
|
84 | + * @return string |
|
85 | 85 | */ |
86 | 86 | static function getModulePaths($moduleName) |
87 | 87 | { |
@@ -58,6 +58,10 @@ |
||
58 | 58 | self::command('install', false, $path); |
59 | 59 | } |
60 | 60 | |
61 | + /** |
|
62 | + * @param string $command |
|
63 | + * @param string $path |
|
64 | + */ |
|
61 | 65 | static function command($command, $needOutput = true, $path = null) |
62 | 66 | { |
63 | 67 | include_once 'composer/vendor/autoload.php'; |