Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
subrequests
Commits
d49aae6c
Commit
d49aae6c
authored
Jul 07, 2017
by
Mateu Aguiló Bosch
Browse files
fix(Serialization): Remove extra withe space typo
parent
60cd455f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Normalizer/MultiresponseNormalizer.php
View file @
d49aae6c
...
...
@@ -18,7 +18,7 @@ class MultiresponseNormalizer implements NormalizerInterface {
$content_items
=
array_map
(
function
(
Response
$part_response
)
{
$part_response
->
headers
->
set
(
'Status'
,
$part_response
->
getStatusCode
());
return
sprintf
(
"%s
\r
\n
%s"
,
"%s
\r\n
%s"
,
$part_response
->
headers
,
$part_response
->
getContent
()
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment