Skip to content

Commit cb3aa86

Browse files
committed
fix(state): correct deserializer_type type
1 parent e91c783 commit cb3aa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/State/SerializerContextBuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ interface SerializerContextBuilderInterface
4949
* collect_denormalization_errors?: bool,
5050
* exclude_from_cache_key?: string[],
5151
* api_included?: bool,
52-
* deserializer_type?: bool,
52+
* deserializer_type?: string,
5353
* }
5454
*/
5555
public function createFromRequest(Request $request, bool $normalization, ?array $extractedAttributes = null): array;

0 commit comments

Comments
 (0)