Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
endroid_qr_code
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
endroid_qr_code
Merge requests
!12
Stop calling parent::sendHeaders() in sendContent()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Stop calling parent::sendHeaders() in sendContent()
issue/endroid_qr_code-3511983:3511983-502-bad-gateway
into
4.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Dieter Holvoet
requested to merge
issue/endroid_qr_code-3511983:3511983-502-bad-gateway
into
4.0.x
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3511983
0
0
Merge request reports
Compare
4.0.x
4.0.x (HEAD)
and
latest version
latest version
83481bf9
1 commit,
1 month ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Response/QRImageResponse.php
+
1
−
1
Options
@@ -107,7 +107,7 @@ class QRImageResponse extends Response {
@@ -107,7 +107,7 @@ class QRImageResponse extends Response {
*/
*/
public
function
sendContent
():
static
{
public
function
sendContent
():
static
{
$this
->
generateQrCode
(
$this
->
data
);
$this
->
generateQrCode
(
$this
->
data
);
return
parent
::
send
Headers
();
return
parent
::
send
Content
();
}
}
/**
/**
Loading