mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-21 04:01:30 +01:00
Minor, address feedback frmo D1864.
This commit is contained in:
parent
85bdcbdd43
commit
f6fda5ec01
1 changed files with 1 additions and 1 deletions
|
@ -1742,7 +1742,7 @@ class DifferentialChangesetParser {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($this->coverage[$new['line']]) {
|
switch ($this->coverage[$new['line'] - 1]) {
|
||||||
case 'C':
|
case 'C':
|
||||||
$covered++;
|
$covered++;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue