Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 85.71% |
Changes | 0 |
1 | <?php |
||
28 | final class SerializedNameAnnotationStrategy implements PropertyNamingStrategyInterface |
||
29 | { |
||
30 | private $delegate; |
||
31 | |||
32 | 289 | public function __construct(PropertyNamingStrategyInterface $namingStrategy) |
|
35 | 289 | } |
|
36 | |||
37 | /** |
||
38 | * {@inheritDoc} |
||
39 | */ |
||
40 | 150 | public function translateName(PropertyMetadata $property):string |
|
49 |