Skip to content

Commit 88b6571

Browse files
committed
Fix CS
1 parent de6a50c commit 88b6571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public function testLockMergeConfigs()
262262
],
263263
[
264264
'lock' => [
265-
'payload' => 'semaphore'
265+
'payload' => 'semaphore',
266266
],
267267
],
268268
]);
@@ -271,7 +271,7 @@ public function testLockMergeConfigs()
271271
[
272272
'enabled' => true,
273273
'resources' => [
274-
'payload' => ['semaphore']
274+
'payload' => ['semaphore'],
275275
],
276276
],
277277
$config['lock']

0 commit comments

Comments
 (0)