Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 27, 2012
1 parent 417da06 commit 601cb79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PHPUnit/Util/Class.php
Expand Up @@ -171,6 +171,7 @@ public static function getMethodParameters($method, $forCall = FALSE)
$value = $parameter->getDefaultValue();
$default = ' = ' . var_export($value, TRUE);
}

else if ($parameter->isOptional()) {
$default = ' = null';
}
Expand Down

0 comments on commit 601cb79

Please sign in to comment.