Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrot committed Sep 13, 2015
1 parent e0ed204 commit ddbe6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions output.php
Expand Up @@ -25,8 +25,8 @@ private function __construct()
public static function output($type, $message)
{
/**
* Avoid repeating the same message multiple times in a row, e.g. repeated
* lines and mode errors.
* Avoid repeating the same message multiple times in a row, e.g. repeated lines
* and mode errors.
*/
if ($message === self::$prevmessage) {
return null;
Expand Down

0 comments on commit ddbe6ec

Please sign in to comment.