Skip to content

Commit

Permalink
zendframework#7095 - Making public callback protected, since PHP 5.…
Browse files Browse the repository at this point in the history
…3 compatibility is dropped
  • Loading branch information
Ocramius committed Jan 13, 2015
1 parent c83c7bb commit 3c645a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions library/Zend/ServiceManager/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,10 +622,8 @@ private function createDelegatorCallback($delegatorFactory, $rName, $cName, $cre
*
* @return bool|mixed|null|object
* @throws Exception\ServiceNotFoundException
*
* @internal this method is internal because of PHP 5.3 compatibility - do not explicitly use it
*/
public function doCreate($rName, $cName)
protected function doCreate($rName, $cName)
{
$instance = null;

Expand Down

0 comments on commit 3c645a5

Please sign in to comment.