Browse Source

Correct doc block

mark_story 12 years ago
parent
commit
c7f2eab359
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/ShellDispatcher.php

+ 1 - 1
src/Console/ShellDispatcher.php

@@ -174,7 +174,7 @@ class ShellDispatcher {
  * All paths in the loaded shell paths are searched.
  *
  * @param string $shell Optionally the name of a plugin
- * @return mixed An object
+ * @return \Cake\Console\Shell A shell instance.
  * @throws \Cake\Console\Error\MissingShellException when errors are encountered.
  */
 	public function findShell($shell) {