Skip to content

Commit 81f7716

Browse files
committed
Update WebDriverWait.php
typo
1 parent f8fa9dc commit 81f7716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriverWait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(
4040
* value is not falsey.
4141
*
4242
* @param (closure|WebDriverExpectedCondition)
43-
* return mixed The return value of $func_or_ec
43+
* @return mixed The return value of $func_or_ec
4444
*/
4545
public function until($func_or_ec, $message = "") {
4646
$end = microtime(true) + $this->timeout;

0 commit comments

Comments
 (0)