We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303b3c9 commit a53cdf1Copy full SHA for a53cdf1
PHP/CodeCoverage/Util.php
@@ -478,7 +478,7 @@ public static function reducePaths(&$files)
478
$paths = array_keys($files);
479
480
if (count($files) == 1) {
481
- $commonPath = dirname($paths[0]);
+ $commonPath = dirname($paths[0]) . '/';
482
$files[basename($paths[0])] = $files[$paths[0]];
483
484
unset($files[$paths[0]]);
0 commit comments