Skip to content

Commit

Permalink
fix phpdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 23, 2022
1 parent 5a3e00f commit 6c3cd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Selenium2Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ protected static function charToOptions($char, $modifier = null)
/**
* Create Mink element from WebDriver element.
*
* @return NodeElement[]
* @return NodeElement
*
* @throws DriverException When the operation cannot be done
* @throws DriverException When the operation cannot be done
*/
protected function createMinkElementFromWebDriverElement(Element $element)
{
Expand Down

0 comments on commit 6c3cd06

Please sign in to comment.