Skip to content

Commit

Permalink
Apply fixes from StyleCI (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Jan 28, 2019
1 parent 369da7e commit 8a050ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -176,7 +178,7 @@ public function serialize()
}

/**
* Constructs the object
* Constructs the object.
*
* @link https://php.net/manual/en/serializable.unserialize.php
*
Expand All @@ -185,6 +187,7 @@ public function serialize()
* </p>
*
* @return void
*
* @since 5.1.0
*/
public function unserialize($serialized)
Expand Down

0 comments on commit 8a050ec

Please sign in to comment.