@@ -24,6 +24,9 @@ |
||
24 | 24 | echo 'updated ' . $package->getHash() . ' ' . $package->getFullName() . "\n"; |
25 | 25 | } |
26 | 26 | |
27 | + /** |
|
28 | + * @param string|boolean $file |
|
29 | + */ |
|
27 | 30 | public function actionUpdateList($file = STDIN) |
28 | 31 | { |
29 | 32 | $handler = is_resource($file) ? $file : fopen($file, 'r'); |