Skip to content

Commit 110f452

Browse files
authored
Merge pull request #116 from php-http/analysis-qrDDNL
Applied fixes from StyleCI
2 parents 70e599e + 4ace4a4 commit 110f452

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ private function createExtraPluginsNode()
228228
unset($plugins[$name]);
229229
}
230230
}
231+
231232
return $plugins;
232233
})
233234
;

DependencyInjection/HttplugExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ private function configurePlugins(ContainerBuilder $container, array $config, $i
142142
* @param string $name
143143
* @param Definition $definition
144144
* @param array $config
145-
* @param ContainerBuilder $container In case we need to add additional services for this plugin
146-
* @param string $serviceId Service id of the plugin, in case we need to add additional services for this plugin.
145+
* @param ContainerBuilder $container In case we need to add additional services for this plugin
146+
* @param string $serviceId Service id of the plugin, in case we need to add additional services for this plugin.
147147
*/
148148
private function configurePluginByName($name, Definition $definition, array $config, ContainerInterface $container, $serviceId)
149149
{

Tests/Unit/DependencyInjection/HttplugExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testClientExtraPlugins()
7474
],
7575
'decoder' => [
7676
'use_content_encoding' => false,
77-
]
77+
],
7878
],
7979
'plugins' => ['httplug.client.acme.plugin.decoder', 'httplug.plugin.redirect'],
8080
],

0 commit comments

Comments
 (0)