Skip to content

Commit

Permalink
Correct doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Nov 21, 2014
1 parent b0bc75c commit 7439e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ConsoleOptionParser.php
Expand Up @@ -227,7 +227,7 @@ public function toArray() {
* Get or set the command name for shell/task.
*
* @param array|\Cake\Console\ConsoleOptionParser $parser ConsoleOptionParser or spec to merge with.
* @return string|$this If reading, the value of the command. If setting $this will be returned.
* @return $this
*/
public function merge($spec) {
if (is_object($spec) && $spec instanceof ConsoleOptionParser) {
Expand Down

0 comments on commit 7439e7c

Please sign in to comment.