| 1 | <?php |
||
| 13 | final class SourceFinder |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param string[] |
||
| 17 | * @return SplFileInfo[] |
||
| 18 | */ |
||
| 19 | 5 | public function find(array $source) : array |
|
| 33 | |||
| 34 | 2 | private function processFile(array $files, string $file) : array |
|
| 45 | |||
| 46 | 3 | private function processDirectory(array $files, string $directory) : array |
|
| 57 | } |
||
| 58 |