Skip to content

Commit

Permalink
- Merge [5229].
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 13, 2009
1 parent 3c70bcc commit 2ca0f72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PHPUnit/Util/Getopt.php
Expand Up @@ -62,7 +62,8 @@
* @since Class available since Release 3.0.0
* @abstract
*/
class PHPUnit_Util_Getopt {
class PHPUnit_Util_Getopt
{
public static function getopt(array $args, $short_options, $long_options = NULL)
{
if (empty($args)) {
Expand Down

0 comments on commit 2ca0f72

Please sign in to comment.