Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
28 | 2 | public function getConfig(): array |
|
29 | { |
||
30 | 2 | $name = '\\' . $this->getControllerNamespace() . '\Update' . $this->getEntityClassName() . 'Action::class'; |
|
31 | return [ |
||
32 | 2 | $name => [ |
|
33 | 2 | new PhpLiteral('\SlayerBirden\DataFlowServer\Doctrine\Persistence\EntityManagerRegistry::class'), |
|
34 | 2 | $this->dataProvider->provide()['hydrator_name'], |
|
35 | LoggerInterface::class, |
||
36 | ] |
||
58 |