@@ -42,6 +42,9 @@ |
||
42 | 42 | return $this->run('update'); |
43 | 43 | } |
44 | 44 | |
45 | + /** |
|
46 | + * @param string $command |
|
47 | + */ |
|
45 | 48 | public function run($command, $dir = null) |
46 | 49 | { |
47 | 50 | if ($dir === null) { |