Skip to content

Commit b032e5d

Browse files
authored
Fixed code style
1 parent 1e2de2e commit b032e5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/MessageQueue/Test/Unit/Console/StartConsumerCommandTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ protected function setUp(): void
102102
*/
103103
public function testExecute(
104104
?string $pidFilePath,
105-
bool $singleThread,
106-
?int $multiProcess,
107-
int $lockExpects,
108-
bool $isLocked,
109-
int $unlockExpects,
110-
int $runProcessExpects,
105+
bool $singleThread,
106+
?int $multiProcess,
107+
int $lockExpects,
108+
bool $isLocked,
109+
int $unlockExpects,
110+
int $runProcessExpects,
111111
int $expectedReturn
112112
): void {
113113
$areaCode = 'area_code';

0 commit comments

Comments
 (0)