Skip to content

Commit

Permalink
fixed coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kalkbrenner committed Apr 1, 2020
1 parent ecb75b4 commit 323a682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Core/Client/Adapter/HttpTest.php
Expand Up @@ -103,7 +103,7 @@ public function testCreateContextGetRequest()
'timeout' => $timeout,
'protocol_version' => 1.0,
'user_agent' => 'Solarium Http Adapter',
]
],
],
stream_context_get_options($context)
);
Expand Down Expand Up @@ -133,8 +133,8 @@ public function testCreateContextWithHeaders()
'timeout' => $timeout,
'protocol_version' => 1.0,
'user_agent' => 'Solarium Http Adapter',
'header' => $header1."\r\n".$header2
]
'header' => $header1."\r\n".$header2,
],
],
stream_context_get_options($context)
);
Expand Down

0 comments on commit 323a682

Please sign in to comment.