We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d254a4 commit 3446a1eCopy full SHA for 3446a1e
lib/internal/Magento/Framework/HTTP/PhpEnvironment/Request.php
@@ -428,7 +428,7 @@ private function getSSLOffloadHeader()
428
{
429
430
// Lets read from db only one time okay.
431
- if ($this->SSLOffloadHeader === null){
+ if ($this->SSLOffloadHeader === null) {
432
433
/* TODO: Untangle Config dependence on Scope, so that this class can be instantiated even if app is not
434
installed MAGETWO-31756 */
@@ -438,7 +438,8 @@ private function getSSLOffloadHeader()
438
self::XML_PATH_OFFLOADER_HEADER,
439
\Magento\Framework\App\Config\ScopeConfigInterface::SCOPE_TYPE_DEFAULT
440
)
441
- ); }
+ );
442
+ }
443
444
return $this->SSLOffloadHeader;
445
0 commit comments