Skip to content

Commit 936a140

Browse files
authored
deleted wrong strinct type on function
1 parent 447cd6c commit 936a140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Element/Element.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(Session $session, $minkParameters = [])
3939
$this->parameters = $minkParameters;
4040
}
4141

42-
protected function getParameter(string $name): NodeElement
42+
protected function getParameter(string $name)
4343
{
4444
return $this->parameters[$name] ?? null;
4545
}

0 commit comments

Comments
 (0)