We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91c783 commit cb3aa86Copy full SHA for cb3aa86
src/State/SerializerContextBuilderInterface.php
@@ -49,7 +49,7 @@ interface SerializerContextBuilderInterface
49
* collect_denormalization_errors?: bool,
50
* exclude_from_cache_key?: string[],
51
* api_included?: bool,
52
- * deserializer_type?: bool,
+ * deserializer_type?: string,
53
* }
54
*/
55
public function createFromRequest(Request $request, bool $normalization, ?array $extractedAttributes = null): array;
0 commit comments