| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | protected function registerPropertyNameConverterStrategyProvider(Container $container): SerializerServiceProvider |
||
| 29 | { |
||
| 30 | $container->offsetSet( |
||
| 31 | SerializerConstants::CONTAINER_KEY_PROPERTY_NAME_CONVERTER_STRATEGY_PROVIDER, |
||
| 32 | static function () { |
||
| 33 | return new PropertyNameConverterStrategyProvider(); |
||
| 34 | } |
||
| 35 | ); |
||
| 36 | |||
| 37 | return $this; |
||
| 38 | } |
||
| 40 |