| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 1 |
| Changes | 2 | ||
| Bugs | 0 | Features | 2 |
| 1 | <?php |
||
| 30 | public function denormalizeField( |
||
| 31 | string $path, |
||
| 32 | $object, |
||
| 33 | $value, |
||
| 34 | DenormalizerContextInterface $context, |
||
| 35 | DenormalizerInterface $denormalizer = null |
||
| 36 | 12 | ): void { |
|
| 37 | @trigger_error(sprintf('Use %s instead', DateTimeFieldDenormalizer::class), E_USER_DEPRECATED); |
||
| 38 | |||
| 39 | $this->fieldDenormalizer->denormalizeField($path, $object, $value, $context, $denormalizer); |
||
| 40 | } |
||
| 42 |