We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fa9dc commit 81f7716Copy full SHA for 81f7716
lib/WebDriverWait.php
@@ -40,7 +40,7 @@ public function __construct(
40
* value is not falsey.
41
*
42
* @param (closure|WebDriverExpectedCondition)
43
- * return mixed The return value of $func_or_ec
+ * @return mixed The return value of $func_or_ec
44
*/
45
public function until($func_or_ec, $message = "") {
46
$end = microtime(true) + $this->timeout;
0 commit comments