| Total Complexity | 6 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 64.29% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 5 | final class UnsafeNodeFactory extends NodeFactory |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @inheritdoc |
||
| 9 | */ |
||
| 10 | 30 | protected function createNodeFromArrayValue(?Document $ownerDoc, array $array, int $flags): VectorNode |
|
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | protected function createNodeFromObjectValue(?Document $ownerDoc, object $object, int $flags): ?Node |
||
| 37 |