Skip to content

Commit 4d0d8f8

Browse files
committed
fix phpdoc typo
1 parent 266bd96 commit 4d0d8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Selenium2Driver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ protected static function charToOptions($char, $modifier = null)
250250
/**
251251
* Create Mink element from WebDriver element.
252252
*
253-
* @return NodeElement[]
253+
* @return NodeElement
254254
*
255-
* @throws DriverException When the operation cannot be done
255+
* @throws DriverException When the operation cannot be done
256256
*/
257257
protected function createMinkElementFromWebDriverElement(Element $element)
258258
{

0 commit comments

Comments
 (0)