We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2de2e commit b032e5dCopy full SHA for b032e5d
app/code/Magento/MessageQueue/Test/Unit/Console/StartConsumerCommandTest.php
@@ -102,12 +102,12 @@ protected function setUp(): void
102
*/
103
public function testExecute(
104
?string $pidFilePath,
105
- bool $singleThread,
106
- ?int $multiProcess,
107
- int $lockExpects,
108
- bool $isLocked,
109
- int $unlockExpects,
110
- int $runProcessExpects,
+ bool $singleThread,
+ ?int $multiProcess,
+ int $lockExpects,
+ bool $isLocked,
+ int $unlockExpects,
+ int $runProcessExpects,
111
int $expectedReturn
112
): void {
113
$areaCode = 'area_code';
0 commit comments