Skip to content

Commit

Permalink
Merge branch '6.x' into 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jun 20, 2024
2 parents 02998df + 7d7632b commit 0b5c62e
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 @@ -47,7 +47,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 @@ -64,7 +64,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 0b5c62e

Please sign in to comment.