| Total Complexity | 4 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | trait ChangeableWorkingDirectory |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @internal using a static property as traits cannot have constants |
||
| 26 | */ |
||
| 27 | private static $WORKING_DIR_OPT = 'working-dir'; |
||
| 28 | |||
| 29 | final public function changeWorkingDirectory(InputInterface $input): void |
||
| 48 | ) |
||
| 49 | ); |
||
| 50 | } |
||
| 51 | } |
||
| 52 | |||
| 53 | final private function configureWorkingDirOption(): void |
||
| 64 |