We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18def64 commit 37399adCopy full SHA for 37399ad
src/Hook/Debug.php
@@ -76,7 +76,7 @@ protected function getArgumentOutput(array $args): string
76
{
77
$out = ' <comment>Original arguments:</comment>' . PHP_EOL;
78
foreach ($args as $name => $value) {
79
- $out .= ' <question>' . $name . '</question> => ' . $value . PHP_EOL;
+ $out .= ' <fg=cyan>' . $name . ' =></> ' . $value . PHP_EOL;
80
}
81
return $out;
82
0 commit comments