Completed
Pull Request — master (#18)
by Scott
02:00
created
src/Output.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,5 +4,5 @@
 block discarded – undo
4 4
 
5 5
 interface Output
6 6
 {
7
-   public function output($coverage, $percent, $minimumPercent);
7
+    public function output($coverage, $percent, $minimumPercent);
8 8
 }
Please login to merge, or discard this patch.