From 61ff9ecd60e5b49860b60f6b6b1ba6508dc2d458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Wed, 20 Apr 2022 14:56:42 +0200 Subject: [PATCH] fix phpdoc typo --- src/Selenium2Driver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Selenium2Driver.php b/src/Selenium2Driver.php index 87c63c7c..cf57ce10 100755 --- a/src/Selenium2Driver.php +++ b/src/Selenium2Driver.php @@ -250,7 +250,7 @@ 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 */