Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile extension fixed serialization #7

Merged
merged 8 commits into from
Oct 4, 2015
Merged
Prev Previous commit
StyleCI changed its oppinion regarding empty lines in doc blocks
  • Loading branch information
itinance committed Oct 4, 2015
commit 9c38d0503dba89cd5837da49290dac2de6f9be6d
4 changes: 4 additions & 0 deletions Twig/ProfilerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ public function getData()
* String representation of object.
*
* @link http://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 @@ -128,7 +130,9 @@ public function serialize()
* @link http://php.net/manual/en/serializable.unserialize.php
*
* @param string $serialized
*
* @return void
*
* @since 5.1.0
*/
public function unserialize($serialized)
Expand Down