| 1 | <?php |
||
| 10 | final class YamlTypeDecoder implements TypeDecoderInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | 2 | public function getContentType(): string |
|
| 19 | |||
| 20 | /** |
||
| 21 | * @param string $data |
||
| 22 | * |
||
| 23 | * @return array |
||
| 24 | * |
||
| 25 | * @throws DeserializerRuntimeException |
||
| 26 | */ |
||
| 27 | 3 | public function decode(string $data): array |
|
| 35 | } |
||
| 36 |