Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6785 - using is_subclass_of() instead o…
Browse files Browse the repository at this point in the history
…f protected static method usage

See bug https://bugs.php.net/bug.php?id=53727
See bug zendframework/zendframework#1807

Deprecating protected static polyfill method `isSubclassOf`
  • Loading branch information
Ocramius committed Nov 26, 2014
1 parent f0a95cf commit 12492f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ServiceManager.php
Expand Up @@ -1187,6 +1187,8 @@ protected function createDelegatorFromFactory($canonicalName, $requestedName)
* @see https://bugs.php.net/bug.php?id=53727
* @see https://github.com/zendframework/zf2/pull/1807
*
* @deprecated since zf 2.3 requires PHP >= 5.3.23
*
* @param string $className
* @param string $type
* @return bool
Expand Down

0 comments on commit 12492f0

Please sign in to comment.