From 259972a78562ad4843e5dad5edd9a16f37cb6be7 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 27 Jan 2017 10:33:49 +0100 Subject: [PATCH] Fix for incorrect @return phpdoccomment --- lib/Cake/Console/TaskCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/TaskCollection.php b/lib/Cake/Console/TaskCollection.php index 3fafddd13..3c237d26e 100644 --- a/lib/Cake/Console/TaskCollection.php +++ b/lib/Cake/Console/TaskCollection.php @@ -64,7 +64,7 @@ class TaskCollection extends ObjectCollection { * * @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()) {