chore: style

This commit is contained in:
nuno maduro
2026-07-06 13:17:11 +01:00
parent 632ae79c8b
commit df42b9ed7b
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ final class Expectation
if (getenv('PARATEST') !== false || isset($_SERVER['COLLISION_PRINTER'])) {
ob_start();
var_dump($this->value, ...$arguments);
$output = (string) ob_get_clean();
$output = ob_get_clean();
throw new ExpectationFailedException($output);
}