Skip to content

Commit 00127ad

Browse files
committed
Code styles improvements
1 parent 628ea7e commit 00127ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Block/AbstractDataLayer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Magefan\Community\Api\SecureHtmlRendererInterface;
1414
use Magefan\GoogleTagManager\Model\Config;
1515

16-
1716
abstract class AbstractDataLayer extends AbstractBlock
1817
{
1918
/**

Block/GtmCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function getWebsiteId(): int
121121
protected function _toHtml(): string
122122
{
123123

124-
if ($this->config->isEnabled() /* && $this->getPublicId() */ ) {
124+
if ($this->config->isEnabled() /* && $this->getPublicId() */) {
125125
return parent::_toHtml();
126126
}
127127

0 commit comments

Comments
 (0)