Commit f3f0b84b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Adaptation php8.4

parent 0a6a964d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();