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 e5d277f commit b05da3cCopy full SHA for b05da3c
1 file changed
Observer/AddBlockHints.php
@@ -32,7 +32,7 @@ public function execute(Observer $observer): void
32
if ($this->isDeveloperMode()) {
33
$html = "<!-- LOKI DEBUGGER: TEMPLATE: ".$block->getTemplateFile()." -->\n".$html;
34
$html = "<!-- LOKI DEBUGGER: BLOCK: ".$block->getNameInLayout()." -->\n".$html;
35
- $html = "<!-- LOKI DEBUGGER: SORT ORDER: ".$block->getSortOrder()." -->\n".$html;
+ $html = "<!-- LOKI DEBUGGER: SORT ORDER: ".(int)$block->getSortOrder()." -->\n".$html;
36
}
37
38
$transport->setHtml($html);
0 commit comments