Merge pull request #12430 from bancer/2.x-documentation

Fix param documentation in App::import
This commit is contained in:
Mark Story 2018-08-05 21:41:10 -04:00 committed by GitHub
commit 1f1cd775c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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