Fixing some typos, PHPDocs

[ci skip]
This commit is contained in:
borales
2013-03-06 00:24:35 +02:00
parent 4abff222b8
commit a7af2c5371
54 changed files with 499 additions and 426 deletions

View File

@@ -43,7 +43,7 @@ EOD;
/**
* Execute the action.
* @param array command line parameters specific for this command
* @param array $args command line parameters specific for this command
* @return integer|null non zero application exit code for help or null on success
*/
public function run($args)