We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6a50c commit 88b6571Copy full SHA for 88b6571
Tests/DependencyInjection/ConfigurationTest.php
@@ -262,7 +262,7 @@ public function testLockMergeConfigs()
262
],
263
[
264
'lock' => [
265
- 'payload' => 'semaphore'
+ 'payload' => 'semaphore',
266
267
268
]);
@@ -271,7 +271,7 @@ public function testLockMergeConfigs()
271
272
'enabled' => true,
273
'resources' => [
274
- 'payload' => ['semaphore']
+ 'payload' => ['semaphore'],
275
276
277
$config['lock']
0 commit comments