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

Commit 19b9005

Browse files
styleci fixes
1 parent b5550bc commit 19b9005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/KafkaPubSubAdapterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function testPublishBatch()
270270
->withArgs([
271271
RD_KAFKA_PARTITION_UA,
272272
0,
273-
'"lorem ipsum"'
273+
'"lorem ipsum"',
274274
])
275275
->once();
276276

@@ -286,7 +286,7 @@ public function testPublishBatch()
286286

287287
$messages = [
288288
['hello' => 'world'],
289-
'lorem ipsum'
289+
'lorem ipsum',
290290
];
291291
$adapter->publishBatch('channel_name', $messages);
292292
}

0 commit comments

Comments
 (0)