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