| 1 | <?php declare(strict_types=1); |
||
| 7 | final class DefinitionsGatherer |
||
| 8 | { |
||
| 9 | private const LOCATION = 'extra.php-di-definitions.di'; |
||
| 10 | |||
| 11 | 1 | public static function gather(string $location = self::LOCATION): iterable |
|
| 15 | |||
| 16 | 1 | private static function requires(iterable $files): iterable |
|
| 22 | |||
| 23 | 1 | private static function require(string $file): iterable |
|
| 33 | } |
||
| 34 |