Completed
Branch code-coverage (571de7)
by Jakub
02:21
created
src/CodeCoverage/PcovEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
       }
36 36
     }
37 37
 
38
-    return [$positive, $negative,];
38
+    return [$positive, $negative, ];
39 39
   }
40 40
 }
41 41
 ?>
42 42
\ No newline at end of file
Please login to merge, or discard this patch.
src/CodeCoverage/XDebugEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
       }
34 34
     }
35 35
 
36
-    return [$positive, $negative,];
36
+    return [$positive, $negative, ];
37 37
   }
38 38
 }
39 39
 ?>
40 40
\ No newline at end of file
Please login to merge, or discard this patch.