Skip to content

Commit 1b724a1

Browse files
Merge branch '7.2' into 7.3
* 7.2: - - CS fixes
2 parents c874acb + 5c7f310 commit 1b724a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SerializerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ public function serialize(mixed $data, string $format, array $context = []): str
4040
* @param TType $type
4141
* @param array<string, mixed> $context
4242
*
43-
* @psalm-return (TType is class-string<TObject> ? TObject : mixed)
44-
*
4543
* @phpstan-return ($type is class-string<TObject> ? TObject : mixed)
4644
*
45+
* @psalm-return (TType is class-string<TObject> ? TObject : mixed)
46+
*
4747
* @throws NotNormalizableValueException Occurs when a value cannot be denormalized
4848
* @throws UnexpectedValueException Occurs when a value cannot be decoded
4949
* @throws ExceptionInterface Occurs for all the other cases of serialization-related errors

0 commit comments

Comments
 (0)