| Total Complexity | 4 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class EvilReflectionPropertyNormalizer extends ObjectNormalizer |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function hasCacheableSupportsMethod(): bool |
||
| 20 | { |
||
| 21 | return true; |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | protected function setAttributeValue($object, $attribute, $value, $format = null, array $context = []) |
||
| 37 | // ignored |
||
| 38 | } |
||
| 42 |