Skip to content

Commit 434865f

Browse files
authored
Merge pull request #71 from Daimona/master
Add missing line feed to the footer
2 parents 799c606 + 5401d3d commit 434865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpeedTrapListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected function renderBody()
213213
protected function renderFooter()
214214
{
215215
if ($hidden = $this->getHiddenCount()) {
216-
echo sprintf("...and there %s %s more above your threshold hidden from view", $hidden == 1 ? 'is' : 'are', $hidden);
216+
printf("...and there %s %s more above your threshold hidden from view\n", $hidden == 1 ? 'is' : 'are', $hidden);
217217
}
218218
}
219219

0 commit comments

Comments
 (0)