Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
HavokInspiration committed Dec 3, 2015
1 parent c208e88 commit 668bcb3
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -34,7 +34,13 @@ public function main()
$this->out('This is the main method called from TestPluginTwo.ExampleShell');
}

public function say_hello() {
/**
* say_hello method
*
* @return void
*/
public function say_hello()
{
$this->out('Hello from the TestPluginTwo.ExampleShell');
}
}

0 comments on commit 668bcb3

Please sign in to comment.