diff --git a/lib/Cake/Core/App.php b/lib/Cake/Core/App.php index 8696a485a..409eb1b45 100644 --- a/lib/Cake/Core/App.php +++ b/lib/Cake/Core/App.php @@ -591,7 +591,7 @@ class App { * * @param string|array $type The type of Class if passed as a string, or all params can be passed as * a single array to $type. - * @param string $name Name of the Class or a unique name for the file + * @param string|array $name Name of the Class or a unique name for the file * @param bool|array $parent boolean true if Class Parent should be searched, accepts key => value * array('parent' => $parent, 'file' => $file, 'search' => $search, 'ext' => '$ext'); * $ext allows setting the extension of the file name