Skip to content

Commit

Permalink
zendframework#7095 - removing unused JsonSerializable polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 13, 2015
1 parent cfae0de commit 2897fca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library/Zend/Stdlib/JsonSerializable.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@

namespace Zend\Stdlib;

if (PHP_VERSION_ID < 50400) {
class_alias(
'Zend\Stdlib\JsonSerializable\PhpLegacyCompatibility',
'JsonSerializable'
);
}

/**
* Polyfill for JsonSerializable
*
Expand Down

0 comments on commit 2897fca

Please sign in to comment.