Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix whitespace.
  • Loading branch information
sebastianbergmann committed Aug 25, 2011
1 parent 83dd534 commit 23baf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PHPUnit/Util/Class.php
Expand Up @@ -146,9 +146,9 @@ public static function getMethodParameters($method, $forCall = FALSE)
$name .= 'arg' . $i;
}

$default = '';
$default = '';
$reference = '';
$typeHint = '';
$typeHint = '';

if (!$forCall) {
if ($parameter->isArray()) {
Expand Down

0 comments on commit 23baf94

Please sign in to comment.