Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpott committed Jul 17, 2024
1 parent 922049a commit bcca6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Selenium2Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ public function mouseOver(string $xpath)
$this->doMouseOver($this->findElement($xpath));
}

private function doMouseOver(Element $element)
private function doMouseOver(Element $element): void
{
if ($this->isW3C()) {
$actions = array(
Expand Down

0 comments on commit bcca6a0

Please sign in to comment.