Skip to content

Commit

Permalink
fix phpdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 20, 2022
1 parent 266bd96 commit 4d0d8f8
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 4d0d8f8

Please sign in to comment.