Skip to content

Commit bda7b40

Browse files
Fix Symfony 6.3/6.4 deprecation notice (#179)
Co-authored-by: Kieran <[email protected]>
1 parent 473043e commit bda7b40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Normalizer/ModelNormalizer.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,12 @@ protected function applyArrayTransformations(array $data): array
134134

135135
return $data;
136136
}
137+
138+
/**
139+
* @inheritDoc
140+
*/
141+
public function getSupportedTypes(?string $format): array
142+
{
143+
return $this->objectNormalizer->getSupportedTypes($format);
144+
}
137145
}

0 commit comments

Comments
 (0)