| 1 | <?php declare(strict_types=1); |
||
| 9 | trait ConfigFileLoaderFileSystemHandlers |
||
| 10 | { |
||
| 11 | protected function loadFileContents(string $file): string |
||
| 15 | |||
| 16 | protected function fixPath( |
||
| 35 | |||
| 36 | protected function makeAbsolutePath(string $baseFile, string $path): string |
||
| 44 | |||
| 45 | protected function getWorkingDir(string $baseFile): string |
||
| 49 | } |
||
| 50 |