mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improve documentation
This commit is contained in:
parent
8e8fbae78c
commit
b97530977d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class ClassRegistry {
|
|||
* stored in the registry and returned.
|
||||
* @param bool $strict if set to true it will return false if the class was not found instead
|
||||
* of trying to create an AppModel
|
||||
* @return boolean|$class instance of ClassName.
|
||||
* @return bool|$class instance of ClassName.
|
||||
* @throws CakeException when you try to construct an interface or abstract class.
|
||||
*/
|
||||
public static function init($class, $strict = false) {
|
||||
|
|
Loading…
Reference in a new issue