10000 Improve docBlock · symfony/symfony@0b2b94f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b2b94f

Browse files
committed
Improve docBlock
1 parent 4ad1e14 commit 0b2b94f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Serializer/SerializerInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function serialize($data, $format);
3333
* @param mixed $data
3434
* @param string $type
3535
* @param string $format
36+
* @return object
3637
*/
3738
public function deserialize($data, $type, $format);
3839
}

0 commit comments

Comments
 (0)
0