Skip to content

Commit baae19b

Browse files
authored
Merge pull request php-webdriver#548 from dunglas/patch-3
Fix @see in WebDriverOptions::addCookie
2 parents 26b4f12 + 8a2df15 commit baae19b

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)