diff --git a/src/Selenium2Driver.php b/src/Selenium2Driver.php index 87c63c7c..7d5537bf 100755 --- a/src/Selenium2Driver.php +++ b/src/Selenium2Driver.php @@ -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) {