Skip to content

Commit fe4ba59

Browse files
Merge branch '1.3'
2 parents ce9ec3b + 9f837e4 commit fe4ba59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ notifications:
1414
irc:
1515
channels:
1616
- "irc.freenode.org#phpunit"
17-
use_notice: true
17+
use_notice: true

PHP/CodeCoverage/Report/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function process(PHP_CodeCoverage $coverage, $showColors = FALSE)
173173
$output .= $this->format($colors['lines'], $padding, $lines);
174174

175175
if ($this->showOnlySummary) {
176-
return $this->outputStream->write($output . PHP_EOL);
176+
return $output . PHP_EOL;
177177
}
178178

179179
$classCoverage = array();

0 commit comments

Comments
 (0)