Skip to content

Commit c623c64

Browse files
https://github.com/justuno-com/core/issues/374
1 parent 167c2a1 commit c623c64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Block/Js.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ class Js extends _P {
2525
* }
2626
* $html = $this->_afterToHtml($html);
2727
* https://github.com/magento/magento2/blob/2.2.0/lib/internal/Magento/Framework/View/Element/AbstractBlock.php#L643-L689
28-
* @return string
2928
*/
30-
final protected function _toHtml() { /** @var string $r */
29+
final protected function _toHtml():string { /** @var string $r */
3130
if (!ju_is_guid($id = S::s()->accid())) {
3231
$r = '';
3332
}

0 commit comments

Comments
 (0)