Skip to content

Commit

Permalink
Remove WARNING header.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 23, 2017
1 parent 575ca5d commit 74bcb4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Refactor/lib/Horde/Refactor/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public static function main()
$rule->run();
if ($rule->warnings) {
$cli->writeln();
$cli->writeln($cli->red('WARNING'));
foreach ($rule->warnings as $warning) {
$cli->writeln($cli->color('brown', $warning));
}
Expand Down

0 comments on commit 74bcb4a

Please sign in to comment.