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 8488fe9 commit 17c2fc3Copy full SHA for 17c2fc3
PHP/CodeCoverage/Util.php
@@ -107,8 +107,8 @@ public static function getLinesToBeCovered($className, $methodName)
107
if (preg_match_all(self::REGEX, $docComment, $matches)) {
108
foreach ($matches['coveredElement'] as $coveredElement) {
109
$codeToCoverList = array_merge(
110
- $codeToCoverList,
111
- self::resolveCoversToReflectionObjects($coveredElement)
+ $codeToCoverList,
+ self::resolveCoversToReflectionObjects($coveredElement)
112
);
113
}
114
0 commit comments