Skip to content

Commit

Permalink
Fix param documentation in App::import
Browse files Browse the repository at this point in the history
  • Loading branch information
bancer committed Aug 5, 2018
1 parent 3de5913 commit 377cd09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Core/App.php
Expand Up @@ -152,7 +152,6 @@ class App {
*
* @var array
*/
protected static $_packages = array();

/**
* Holds the templates for each customizable package path in the application
Expand Down Expand Up @@ -591,7 +590,7 @@ public static function location($className) {
*
* @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
Expand Down

0 comments on commit 377cd09

Please sign in to comment.