Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 5da5968

Browse files
styleci fix
1 parent 666cf65 commit 5da5968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisPubSubAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testPublishBatch()
7070
$adapter = new RedisPubSubAdapter($client);
7171
$messages = [
7272
'message1',
73-
'message2'
73+
'message2',
7474
];
7575
$adapter->publishBatch('channel_name', $messages);
7676
}

0 commit comments

Comments
 (0)