Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
158e2dfb
Verified
Commit
158e2dfb
authored
Mar 17, 2020
by
Alexandre Morin
Browse files
hotfix 2.6.2
parent
b4fbb2c7
Pipeline
#7377
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/Response/AbstractResponse.php
View file @
158e2dfb
...
...
@@ -70,7 +70,6 @@ abstract class AbstractResponse
public
function
send
()
{
echo
$this
->
body
.
PHP_EOL
;
if
(
is_scalar
(
$this
->
body
))
{
echo
$this
->
body
.
PHP_EOL
;
}
elseif
(
is_resource
(
$this
->
body
))
{
...
...
core/Response/BatchResponse.php
View file @
158e2dfb
...
...
@@ -25,7 +25,6 @@ class BatchResponse
public
function
send
()
{
echo
$this
->
body
;
if
(
is_scalar
(
$this
->
body
))
{
echo
$this
->
body
.
PHP_EOL
;
}
elseif
(
is_resource
(
$this
->
body
))
{
...
...
Write
Preview
Supports
Markdown
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