diff --git a/overrides/Report/PHP.php b/overrides/Report/PHP.php deleted file mode 100644 index 0cd7e27b..00000000 --- a/overrides/Report/PHP.php +++ /dev/null @@ -1,98 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace SebastianBergmann\CodeCoverage\Report; - -use const PHP_EOL; - -use SebastianBergmann\CodeCoverage\CodeCoverage; -use SebastianBergmann\CodeCoverage\Util\Filesystem; -use SebastianBergmann\CodeCoverage\WriteOperationFailedException; - -use function dirname; -use function serialize; -use function str_contains; - -final class PHP -{ - public function process(CodeCoverage $coverage, ?string $target = null): string - { - $coverage->clearCache(); - - $buffer = "getReport()->percentageOfExecutedLines(); /** @var Directory $report */