Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-02 00:45:32 +00:00 committed by StyleCI Bot
parent e577e5ec35
commit bd3be419ac

View File

@ -115,6 +115,5 @@ class Logger
echo self::$isatty ? "\33[".self::$colors[$level].'m'.$param."\33[0m".PHP_EOL : $param.PHP_EOL;
break;
}
}
}