Skip to content

Commit

Permalink
- Merge [4830].
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 21, 2009
1 parent a28cd2d commit 59168e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/Util/Class.php
Expand Up @@ -134,7 +134,7 @@ public static function getHierarchy($className, $asReflectionObjects = FALSE)
$classes = array($className);
}

$done = FALSE;
$done = FALSE;

while (!$done) {
if ($asReflectionObjects) {
Expand Down

0 comments on commit 59168e4

Please sign in to comment.