| Total Complexity | 6 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class FileHelper |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @param string $path The path of an item to scan. |
||
| 12 | * @param string $configurationPath The path of the configuration file. |
||
| 13 | * @return string The absolute path of the given item. |
||
| 14 | */ |
||
| 15 | public static function toAbsolutePath(string $path, string $configurationPath): string |
||
| 34 |