Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Oct 22, 2018
1 parent 2bdc04e commit e825823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/ClassRegistry.php
Expand Up @@ -91,7 +91,7 @@ public static function getInstance() {
* stored in the registry and returned. * stored in the registry and returned.
* @param bool $strict if set to true it will return false if the class was not found instead * @param bool $strict if set to true it will return false if the class was not found instead
* of trying to create an AppModel * of trying to create an AppModel
* @return bool|$class instance of ClassName. * @return bool|object $class instance of ClassName.
* @throws CakeException when you try to construct an interface or abstract class. * @throws CakeException when you try to construct an interface or abstract class.
*/ */
public static function init($class, $strict = false) { public static function init($class, $strict = false) {
Expand Down

0 comments on commit e825823

Please sign in to comment.