Skip to content

Commit

Permalink
Fix @see in WebDriverOptions::addCookie
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Mar 16, 2018
1 parent 26b4f12 commit 8a2df15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebDriverOptions.php
Expand Up @@ -37,7 +37,7 @@ public function __construct(ExecuteMethod $executor)
/**
* Add a specific cookie.
*
* @see Facebook\WebDriver\Cookie for description of possible cookie properties
* @see Cookie for description of possible cookie properties
* @param Cookie|array $cookie Cookie object. May be also created from array for compatibility reasons.
* @return WebDriverOptions The current instance.
*/
Expand Down

0 comments on commit 8a2df15

Please sign in to comment.