Skip to content

Commit 3ad3741

Browse files
committed
Cs fixes
1 parent f3086c7 commit 3ad3741

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/dbal/Tests/DbalSendPriorityMessagesTest.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function test()
4444
*/
4545
protected function createContext()
4646
{
47-
$factory = new DbalConnectionFactory(
47+
$factory = new DbalConnectionFactory(
4848
[
4949
'lazy' => true,
5050
'connection' => [
@@ -54,7 +54,7 @@ protected function createContext()
5454
'host' => getenv('SYMFONY__DB__HOST'),
5555
'port' => getenv('SYMFONY__DB__PORT'),
5656
'driver' => getenv('SYMFONY__DB__DRIVER'),
57-
]
57+
],
5858
]
5959
);
6060

@@ -76,7 +76,8 @@ protected function createQueue(PsrContext $context, $queueName)
7676

7777
/**
7878
* @param PsrContext $context
79-
* @param int $priority
79+
* @param int $priority
80+
*
8081
* @return DbalMessage
8182
*/
8283
protected function createMessage(PsrContext $context, $priority)

0 commit comments

Comments
 (0)