diff --git a/src/Report/Reports/ConsoleReport.php b/src/Report/Reports/ConsoleReport.php index fa6d5339..659fa3e7 100644 --- a/src/Report/Reports/ConsoleReport.php +++ b/src/Report/Reports/ConsoleReport.php @@ -52,7 +52,7 @@ public function render(RuleViolationCollection $ruleViolationCollection, float $ } if ($violation->fixable) { - $lines[] = ' Hint: run again with --fix to automatically fix this violation.'; + $lines[] = ' 💡 Hint: run again with --fix to automatically fix this violation.'; } }