| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class DefaultConsoleConfigFactory |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Build a console configuration from a configuration file. |
||
| 18 | * |
||
| 19 | * @param string $sourceDirectory The source directory. |
||
| 20 | * @param string $targetDirectory The target directory. |
||
| 21 | * |
||
| 22 | * @return ConsoleConfigInterface The created configuration. |
||
| 23 | */ |
||
| 24 | public function invoke(string $sourceDirectory, string $targetDirectory): ConsoleConfigInterface |
||
| 34 |