| 1 | <?php |
||
| 19 | class ExportTask extends Task |
||
| 20 | { |
||
| 21 | protected $io; |
||
|
|
|||
| 22 | protected $repository; |
||
| 23 | |||
| 24 | 1 | public function __construct($dest, Repository $repository, IOInterface $io = null) |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @todo better progress (percentage) updating |
||
| 33 | * |
||
| 34 | * @param $target |
||
| 35 | * @param Version $version |
||
| 36 | * @param array $options |
||
| 37 | * @return ExecuteResult |
||
| 38 | */ |
||
| 39 | 1 | public function execute($target, Version $version, array $options = array()) |
|
| 51 | } |
||
| 52 |
Short variable names may make your code harder to understand. Variable names should be self-descriptive. This check looks for variable names who are shorter than a configured minimum.