Skip to content

Commit

Permalink
Fix for incorrect @return phpdoccomment
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Jan 27, 2017
1 parent 8ee5259 commit 259972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/TaskCollection.php
Expand Up @@ -64,7 +64,7 @@ public function __construct(Shell $Shell) {
*
* @param string $task Task name to load
* @param array $settings Settings for the task.
* @return Task A task object, Either the existing loaded task or a new one.
* @return AppShell A task object, Either the existing loaded task or a new one.
* @throws MissingTaskException when the task could not be found
*/
public function load($task, $settings = array()) {
Expand Down

0 comments on commit 259972a

Please sign in to comment.