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

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed Nov 19, 2014
2 parents 6550607 + 51d25f2 commit 66a4e2a
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 66a4e2a

Please sign in to comment.