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