Skip to content

Commit 8168fe4

Browse files
committed
fixed phpdoc of EnumSerializableTrait::unserialize
1 parent a9d0f7c commit 8168fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EnumSerializableTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function serialize()
3939
/**
4040
* Unserializes a given serialized value and push it into the current instance
4141
* This will be called automatically on `unserialize()` if the enumeration implements the `Serializable` interface
42-
* @param string
42+
* @param string $serialized
4343
* @throws RuntimeException On an unknown or invalid value
4444
* @throws LogicException On changing numeration value by calling this directly
4545
*/

0 commit comments

Comments
 (0)