Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
32 | public function __invoke( |
||
33 | string $installationDirectory, |
||
34 | SourceLocator $dependencies |
||
35 | ) : ClassReflector { |
||
36 | return new ClassReflector( |
||
37 | new MemoizingSourceLocator(new AggregateSourceLocator([ |
||
38 | $this->locateSources->__invoke($installationDirectory), |
||
39 | $dependencies, |
||
40 | ])) |
||
44 |