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
Next Next commit
StyleCI ...
  • Loading branch information
itinance committed Oct 3, 2015
commit 33ddd3304b4a6390afd2fa4e56d3c388b173175a
3 changes: 0 additions & 3 deletions Twig/ProfilerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ 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 @@ -131,7 +129,6 @@ public function serialize()
*
* @param string $serialized
* @return void
*
* @since 5.1.0
*/
public function unserialize($serialized)
Expand Down