Skip to content

Commit a60157e

Browse files
committed
Update PHPCodeSniffer output when fixing
1 parent c857898 commit a60157e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tools/PhpCodeSniffer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class PhpCodeSniffer extends Tool
1818
public function run(Context $context): bool
1919
{
2020
if ($context->isFixing) {
21-
echo "\n Additional fix pass:";
21+
echo "\n - Additional fix pass";
2222
$this->sniff($context, 'phpcbf');
23-
echo "\n Regular pass:";
23+
echo "\n - Regular pass\n ";
2424
}
2525

2626
$output = [];

0 commit comments

Comments
 (0)