| Conditions | 3 |
| Paths | 3 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types = 1); |
||
| 32 | 1 | if (array_key_exists($key, $classDataArray['@attributes'])) { |
|
| 33 | /** @var ClassConfiguratorInterface $configurator Create instance */ |
||
| 34 | 1 | $configurator = new $collectionConfigurator($classDataArray['@attributes'][$key]); |
|
| 35 | // Fill in class metadata |
||
| 36 | 1 | $configurator->toClassMetadata($classMetadata); |
|
| 37 | } |
||
| 38 | } |
||
| 39 | } |
||
| 40 | |||
| 41 | 1 | return $classMetadata; |
|
| 42 | } |
||
| 43 | |||
| 44 | public function resolveArrayKeys() |
||
| 49 |