Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd1ac76

Browse files
committed
manual cs fix
1 parent 342127c commit cd1ac76

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkg/enqueue/Consumption/Context/PostMessageReceived.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getReceivedAt(): int
9494
}
9595

9696
/**
97-
* @return Result|null|object|string
97+
* @return Result|object|string|null
9898
*/
9999
public function getResult()
100100
{

pkg/enqueue/Tests/Consumption/QueueConsumerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ private function createExtension()
15321532
}
15331533

15341534
/**
1535-
* @param null|mixed $queue
1535+
* @param mixed|null $queue
15361536
*
15371537
* @return \PHPUnit_Framework_MockObject_MockObject|Consumer
15381538
*/

pkg/enqueue/Tests/Symfony/Client/ConsumeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ private function createExtension()
671671
}
672672

673673
/**
674-
* @param null|mixed $queue
674+
* @param mixed|null $queue
675675
*
676676
* @return \PHPUnit_Framework_MockObject_MockObject|Consumer
677677
*/

pkg/enqueue/Tests/Symfony/Consumption/ConsumeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private function createExtension()
215215
}
216216

217217
/**
218-
* @param null|mixed $queue
218+
* @param mixed|null $queue
219219
*
220220
* @return \PHPUnit_Framework_MockObject_MockObject|Consumer
221221
*/

0 commit comments

Comments
 (0)