We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d0f7c commit 8168fe4Copy full SHA for 8168fe4
src/EnumSerializableTrait.php
@@ -39,7 +39,7 @@ public function serialize()
39
/**
40
* Unserializes a given serialized value and push it into the current instance
41
* This will be called automatically on `unserialize()` if the enumeration implements the `Serializable` interface
42
- * @param string
+ * @param string $serialized
43
* @throws RuntimeException On an unknown or invalid value
44
* @throws LogicException On changing numeration value by calling this directly
45
*/
0 commit comments