Skip to content

Commit

Permalink
Correct docs for loaded().
Browse files Browse the repository at this point in the history
Refs #5264
  • Loading branch information
markstory committed Nov 26, 2014
1 parent d1e9de3 commit 0e934f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/ObjectRegistry.php
Expand Up @@ -155,7 +155,7 @@ abstract protected function _throwMissingClassError($class, $plugin);
abstract protected function _create($class, $alias, $config);

/**
* Get the loaded object list, or get the object instance at a given name.
* Get the loaded object list, or check whether or not a given object is loaded.
*
* @param null|string $name The object name to get or null.
* @return array|\Cake\View\Helper Either a list of object names, or a loaded object.
Expand Down

0 comments on commit 0e934f2

Please sign in to comment.