Test Failed
Pull Request — master (#13)
by Scott
02:12
created
src/functions.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -163,11 +163,11 @@
 block discarded – undo
163 163
     foreach ($coverage as $filename => $lines) {
164 164
         $output .= "\n\n'$filename' has no coverage for the following lines:\n";
165 165
         foreach ($lines as $line => $message) {
166
-           $output .= "\t $line";
167
-           if (!empty($message)) {
168
-               $output .= " $message";
169
-           }
170
-           $output .= ",\n";
166
+            $output .= "\t $line";
167
+            if (!empty($message)) {
168
+                $output .= " $message";
169
+            }
170
+            $output .= ",\n";
171 171
         }
172 172
     }
173 173
 
Please login to merge, or discard this patch.