Skip to content

Commit 725e6e9

Browse files
committed
Pint fix
1 parent c0621bd commit 725e6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Console/Commands/Hooks/ESLintPreCommitHook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function analyzerCommand(): string
4444
return trim(implode(' ', [
4545
$this->getAnalyzerExecutable(),
4646
$this->configParam,
47-
$this->additionalParams()
47+
$this->additionalParams(),
4848
]));
4949
}
5050

tests/Unit/Traits/WithPipelineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$expectedOutputs = [
1818
' <bg=blue;fg=white> HOOK </> '.$hook->getName().': <comment>loading...</comment>',
1919
"\x0D",
20-
"\x1B[2K"
20+
"\x1B[2K",
2121
];
2222
$outputMock->expects($this->exactly(3))
2323
->method('write')

0 commit comments

Comments
 (0)