We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698abbe commit c1dcfb9Copy full SHA for c1dcfb9
test/Console/GenerateCommandTest.php
@@ -26,8 +26,9 @@ final class GenerateCommandTest extends TestCase
26
{
27
private string $projectDir = __DIR__ . '/Asset';
28
29
+ // phpcs:ignore SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingAnyTypeHint
30
private function getCommandTester(
- (GenerateServiceInterface&MockObject)|(GenerateServiceInterface&Stub) $service
31
+ (GenerateServiceInterface&MockObject)|(GenerateServiceInterface&Stub ) $service
32
): CommandTester {
33
$command = new GenerateCommand($this->projectDir, 'test.yaml', $service);
34
return new CommandTester($command);
0 commit comments