Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2144 from PHPGangsta/f…
Browse files Browse the repository at this point in the history
…ixes/phpdocClassesAndNamespaces

fixed a lot of phpDoc comments
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class RuntimeException extends \RuntimeException implements ExceptionInterface
*
* @param string $message
* @param string $usage
* @return void
*/
public function __construct($message, $usage = '')
{
Expand Down
1 change: 0 additions & 1 deletion src/Getopt.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ class Getopt
* @param array $rules
* @param array $argv
* @param array $getoptConfig
* @return void
*/
public function __construct($rules, $argv = null, $getoptConfig = array())
{
Expand Down

0 comments on commit e80fff6

Please sign in to comment.