Merge pull request #10116 from tersmitten/phan-fix-phpdoc-return

Fix for incorrect @return phpdoccomment
This commit is contained in:
Mark Story 2017-01-27 10:07:07 -05:00 committed by GitHub
commit 9999d368c9

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