| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function getDependencyConfig(): array |
||
| 26 | { |
||
| 27 | return [ |
||
| 28 | 'factories' => [ |
||
| 29 | // register the configuration factory |
||
| 30 | Metadata::class => MetadataConfigFactory::class, |
||
| 31 | // register the metadata listener factory |
||
| 32 | MetadataListener::class => MetadataListenerFactory::class, |
||
| 33 | ], |
||
| 34 | ]; |
||
| 35 | } |
||
| 36 | } |
||
| 37 |