| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class BenSampoEnumPlugin implements SchemaProviderInterface, NormalizerProviderInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return NormalizerInterface[]|DenormalizerInterface[] |
||
| 18 | */ |
||
| 19 | public function getNormalizers(): array |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return Schema[] |
||
| 26 | */ |
||
| 27 | public function getDefinedStaticData(): array |
||
| 28 | { |
||
| 29 | return []; |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return callable[] |
||
| 34 | */ |
||
| 35 | public function getDynamicSchemaLogic(): array |
||
| 39 | ]; |
||
| 40 | } |
||
| 42 |