Skip to content

Commit 8a2df15

Browse files
authored
Fix @see in WebDriverOptions::addCookie
1 parent 26b4f12 commit 8a2df15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriverOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(ExecuteMethod $executor)
3737
/**
3838
* Add a specific cookie.
3939
*
40-
* @see Facebook\WebDriver\Cookie for description of possible cookie properties
40+
* @see Cookie for description of possible cookie properties
4141
* @param Cookie|array $cookie Cookie object. May be also created from array for compatibility reasons.
4242
* @return WebDriverOptions The current instance.
4343
*/

0 commit comments

Comments
 (0)