Fix param documentation in App::import

This commit is contained in:
Val Bancer 2018-08-05 15:32:12 +02:00 committed by GitHub
parent 3de5913cda
commit 377cd09062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,6 @@ class App {
*
* @var array
*/
protected static $_packages = array();
/**
* Holds the templates for each customizable package path in the application
@ -591,7 +590,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