We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167c2a1 commit c623c64Copy full SHA for c623c64
Block/Js.php
@@ -25,9 +25,8 @@ class Js extends _P {
25
* }
26
* $html = $this->_afterToHtml($html);
27
* https://github.com/magento/magento2/blob/2.2.0/lib/internal/Magento/Framework/View/Element/AbstractBlock.php#L643-L689
28
- * @return string
29
*/
30
- final protected function _toHtml() { /** @var string $r */
+ final protected function _toHtml():string { /** @var string $r */
31
if (!ju_is_guid($id = S::s()->accid())) {
32
$r = '';
33
}
0 commit comments