Skip to content

Commit 2129d73

Browse files
committed
fix stupid typo
1 parent cdc30c6 commit 2129d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Report/PHP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class PHP
2222
public function process(CodeCoverage $coverage, ?string $target = null): string
2323
{
2424
$buffer = "<?php
25-
return \unserialize(<<<'END_OF_COVERAGE_SERIALIZATION" . PHP_EOL . serialize($coverage) . PHP_EOL. 'END_OF_COVERAGE_SERIALIZATION' . PHP_EOL . ");";
25+
return \unserialize(<<<'END_OF_COVERAGE_SERIALIZATION'" . PHP_EOL . serialize($coverage) . PHP_EOL. 'END_OF_COVERAGE_SERIALIZATION' . PHP_EOL . ");";
2626

2727
if ($target !== null) {
2828
Filesystem::createDirectory(dirname($target));

0 commit comments

Comments
 (0)