Skip to content

Commit

Permalink
Merge pull request #13 from AdamKasp/patch-1
Browse files Browse the repository at this point in the history
Delete wrong strict type on function
  • Loading branch information
pamil authored Dec 19, 2019
2 parents 447cd6c + 936a140 commit b77db73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Element/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(Session $session, $minkParameters = [])
$this->parameters = $minkParameters;
}

protected function getParameter(string $name): NodeElement
protected function getParameter(string $name)
{
return $this->parameters[$name] ?? null;
}
Expand Down

0 comments on commit b77db73

Please sign in to comment.