Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0cd5b0d

Browse files
Fix DenormalizableInterface::denormalize() return type declaration
1 parent 78c38a0 commit 0cd5b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎stubs/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.stub‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface DenormalizableInterface
1010
* @param string|null $format
1111
* @param array<mixed> $context
1212
*
13-
* @return object|object[]
13+
* @return void
1414
*/
1515
public function denormalize($denormalizer, $data, $format = null, array $context = []);
1616
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /