8000 [Serializer] Updates DocBlock to a mixed param type · alcalyn/symfony@dca9ff5 · GitHub
[go: up one dir, main page]

Skip to content

Commit dca9ff5

Browse files
Andrew Clarknicolas-grekas
Andrew Clark
authored andcommitted
[Serializer] Updates DocBlock to a mixed param type
1 parent 00b6f53 commit dca9ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface NormalizerInterface
2121
/**
2222
* Normalizes an object into a set of arrays/scalars.
2323
*
24-
* @param object $object Object to normalize
24+
* @param mixed $object Object to normalize
2525
* @param string $format Format the normalization result will be encoded as
2626
* @param array $context Context options for the normalizer
2727
*

0 commit comments

Comments
 (0)
0