Skip to content

Commit 09ac5af

Browse files
Fix whitespace.
1 parent ffc299b commit 09ac5af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PHPUnit/Util/PHP.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ protected static function processChildResult(PHPUnit_Framework_Test $test, PHPUn
234234
}
235235
} else {
236236
$time = 0;
237+
237238
$result->addError(
238-
$test,
239-
new RuntimeException(trim($stdout)), $time
239+
$test, new RuntimeException(trim($stdout)), $time
240240
);
241241
}
242242
}

0 commit comments

Comments
 (0)