Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
26 | public function getArrayConfigAndProvidedDependency(): array |
||
27 | { |
||
28 | return [ |
||
29 | 'config-key' => $this->getConfig()->getConfigValue(), |
||
30 | 'string-value' => $this->stringValue->value(), |
||
31 | 'provided-dependency' => $this->getProvidedDependency('provided-dependency'), |
||
32 | 'repository' => $this->getRepository()->getAll(), |
||
33 | ]; |
||
36 |