| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | public function __invoke(): array |
||
| 9 | { |
||
| 10 | return [ |
||
| 11 | 'input_filter_specs' => [ |
||
| 12 | 'StockInputFilter' => $this->getStockInputFilterSpec(), |
||
| 13 | ], |
||
| 14 | 'doctrine' => $this->getDoctrineConfig(), |
||
| 15 | 'dependencies' => $this->getDependenciesConfig(), |
||
| 16 | 'validators' => $this->getValidatorsConfig(), |
||
| 17 | ]; |
||
| 72 |