summaryrefslogtreecommitdiff
path: root/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php')
-rw-r--r--vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php b/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php
index 8fd20f58f..2b67ce1da 100644
--- a/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php
+++ b/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php
@@ -31,7 +31,7 @@ final class Source
{
$context = $this->context;
- $tokens = (new Tokenizer())->parse($source);
+ $tokens = (new Tokenizer)->parse($source);
$srcDom = (new XMLSerializer(new NamespaceUri($context->namespaceURI)))->toDom($tokens);
$context->parentNode->replaceChild(