Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Sep 22, 2017
1 parent e1e5870 commit 1f4f856
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/Commands/core/NotifyCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class NotifyCommands extends DrushCommands
* @option notify-audio Notify via audio alert. If set to a number, commands that finish in fewer seconds won't notify.
* @option notify-cmd Specify the shell command to trigger the notification.
* @option notify-cmd-audio Specify the shell command to trigger the audio notification.
* @todo hidden is not yet part of annotated-command project. It is recognized by Drush's annotation_adapter.inc
* @todo hidden-options is not yet part of annotated-command project. It is recognized by Drush's annotation_adapter.inc
* @hidden-options notify,notify-audio,notify-cmd,notify-cmd-audio
*/
public function notify()
Expand Down
6 changes: 0 additions & 6 deletions src/Commands/core/TopicCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class TopicCommands extends DrushCommands
* @remote-tty
* @aliases topic
* @topics docs-readme
* @complete \Drush\Commands\core\TopicCommands::complete
*/
public function topic($topic_name)
{
Expand Down Expand Up @@ -95,9 +94,4 @@ public static function getAllTopics()
}
return $topics;
}

public function complete()
{
return array('values' => array_keys(self::getAllTopics()));
}
}

0 comments on commit 1f4f856

Please sign in to comment.