Fix for incorrect @return phpdoccomment

This commit is contained in:
Mischa ter Smitten 2017-01-27 10:33:49 +01:00
parent 8ee5259323
commit 259972a785

View file

@ -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()) {