Skip to content

Commit

Permalink
Update Options.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jun 18, 2024
1 parent 231d547 commit 7d7632b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Options
/**
* Apply `ChromeOptions` configuration using a callback.
*
* @var (\Closure(\Facebook\WebDriver\Chrome\ChromeOptions):(void)):null
* @var (\Closure(\Facebook\WebDriver\Chrome\ChromeOptions):(void))|null
*/
public static $chromeOptionsCallback = null;

Expand All @@ -57,7 +57,7 @@ public static function resetArguments(): void
/**
* Set `ChromeOptions` callback.
*
* @param (\Closure(\Facebook\WebDriver\Chrome\ChromeOptions):(void)):null $callback
* @param (\Closure(\Facebook\WebDriver\Chrome\ChromeOptions):(void))|null $callback
* @return static
*/
public static function using($callback)
Expand Down

0 comments on commit 7d7632b

Please sign in to comment.