Skip to content

Commit 048ab72

Browse files
authored
Merge pull request #119 from php-http/analysis-q1kZJ3
Applied fixes from StyleCI
2 parents 1fa45e7 + 53067a9 commit 048ab72

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Tests/Unit/DependencyInjection/HttplugExtensionTest.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,33 +73,33 @@ public function testClientPlugins()
7373
[
7474
'decoder' => [
7575
'use_content_encoding' => false,
76-
]
76+
],
7777
],
7878
'httplug.plugin.redirect',
7979
[
8080
'add_host' => [
8181
'host' => 'http://localhost:8000',
82-
]
82+
],
8383
],
8484
[
8585
'header_append' => [
86-
'headers' => ['X-FOO' => 'bar']
87-
]
86+
'headers' => ['X-FOO' => 'bar'],
87+
],
8888
],
8989
[
9090
'header_defaults' => [
91-
'headers' => ['X-FOO' => 'bar']
92-
]
91+
'headers' => ['X-FOO' => 'bar'],
92+
],
9393
],
9494
[
9595
'header_set' => [
96-
'headers' => ['X-FOO' => 'bar']
97-
]
96+
'headers' => ['X-FOO' => 'bar'],
97+
],
9898
],
9999
[
100100
'header_remove' => [
101-
'headers' => ['X-FOO']
102-
]
101+
'headers' => ['X-FOO'],
102+
],
103103
],
104104
],
105105
],

0 commit comments

Comments
 (0)