Skip to content

Commit a854267

Browse files
slackerzzronak2ram
authored andcommitted
Fix coding standards
1 parent 94452f7 commit a854267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Page/Config/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function renderMetadata()
136136
protected function processMetadataContent($name, $content)
137137
{
138138
$method = 'get' . $this->string->upperCaseWords($name, '_', '');
139-
if($name === 'title') {
139+
if ($name === 'title') {
140140
if (!$content) {
141141
$content = $this->escaper->escapeHtml($this->pageConfig->$method()->get());
142142
}

0 commit comments

Comments
 (0)