Skip to content

Commit c1dcfb9

Browse files
author
matt
committed
CS fix
1 parent 698abbe commit c1dcfb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Console/GenerateCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ final class GenerateCommandTest extends TestCase
2626
{
2727
private string $projectDir = __DIR__ . '/Asset';
2828

29+
// phpcs:ignore SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingAnyTypeHint
2930
private function getCommandTester(
30-
(GenerateServiceInterface&MockObject)|(GenerateServiceInterface&Stub) $service
31+
(GenerateServiceInterface&MockObject)|(GenerateServiceInterface&Stub ) $service
3132
): CommandTester {
3233
$command = new GenerateCommand($this->projectDir, 'test.yaml', $service);
3334
return new CommandTester($command);

0 commit comments

Comments
 (0)