Skip to content

Commit 4bdffcf

Browse files
VincentLangletondrejmirtes
authored andcommitted
Update DenormalizerInterface::denormalize
1 parent 79a26b9 commit 4bdffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface DenormalizerInterface
99
* @param string $type
1010
* @param string|null $format
1111
* @param array<mixed> $context
12-
* @return object|array<mixed>
12+
* @return mixed
1313
*/
1414
public function denormalize($data, $type, $format = null, array $context = []);
1515

0 commit comments

Comments
 (0)