Skip to content

Commit 51beebb

Browse files
authored
Merge pull request #120 from php-http/analysis-qJDbRW
Applied fixes from StyleCI
2 parents c221e0b + 541ec6c commit 51beebb

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
@@ -234,7 +234,6 @@ private function configureClientPlugins(ArrayNodeDefinition $pluginNode)
234234

235235
->validate()
236236
->always(function ($plugins) {
237-
238237
foreach ($plugins as $name => $definition) {
239238
if ('authentication' === $name) {
240239
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)