Skip to content

Commit ac21608

Browse files
committed
Merge remote-tracking branch 'origin/client-extra-plugins' into client-extra-plugins
Conflicts: DependencyInjection/Configuration.php Tests/Unit/DependencyInjection/ConfigurationTest.php
2 parents aed3977 + 51beebb commit ac21608

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ private function configureClientPlugins(ArrayNodeDefinition $pluginNode)
235235

236236
->validate()
237237
->always(function ($plugins) {
238-
239238
foreach ($plugins as $name => $definition) {
240239
if ('authentication' === $name) {
241240
if (!count($definition)) {

Tests/Unit/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function testSupportsAllConfigFormats()
159159
'password' => 'bar',
160160
],
161161
],
162-
]
162+
],
163163
],
164164
'config' => [],
165165
],

0 commit comments

Comments
 (0)