Loading src/View/Helper/VueViewHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ class VueViewHelper extends AbstractHtmlElement * * @return self|string */ public function __invoke(string $name = null, array $props = []) public function __invoke(?string $name = null, array $props = []) { if (!empty($name)) { $h = $this->begin(); Loading Loading
src/View/Helper/VueViewHelper.php +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ class VueViewHelper extends AbstractHtmlElement * * @return self|string */ public function __invoke(string $name = null, array $props = []) public function __invoke(?string $name = null, array $props = []) { if (!empty($name)) { $h = $this->begin(); Loading