@@ -164,12 +164,12 @@ |
||
| 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 | |