diff --git a/src/User.php b/src/User.php index acc1333..84f9a27 100644 --- a/src/User.php +++ b/src/User.php @@ -164,10 +164,12 @@ public function jsonSerialize() } /** - * String representation of object + * String representation of object. * * @link https://php.net/manual/en/serializable.serialize.php + * * @return string the string representation of the object or null + * * @since 5.1.0 */ public function serialize() @@ -176,7 +178,7 @@ public function serialize() } /** - * Constructs the object + * Constructs the object. * * @link https://php.net/manual/en/serializable.unserialize.php * @@ -185,6 +187,7 @@ public function serialize() *

* * @return void + * * @since 5.1.0 */ public function unserialize($serialized)