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

Commit

Permalink
Merge branch 'typo/zendframework/zendframework#6897-zend-di-docblockt…
Browse files Browse the repository at this point in the history
…ypo-fix' into develop

Forward port zendframework/zendframework#6897
  • Loading branch information
Ocramius committed Nov 20, 2014
4 parents 616ec0f + 6550607 + 51d25f2 + 66a4e2a commit 1cd708a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Di.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function instanceManager()
* @internal this method is used by the ServiceLocator\DependencyInjectorProxy class to interact with instances
* and is a hack to be used internally until a major refactor does not split the `resolveMethodParameters`. Do not
* rely on its functionality.
* @param Object $instance
* @param object $instance
* @return string
*/
protected function getClass($instance)
Expand Down

0 comments on commit 1cd708a

Please sign in to comment.