File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ public static function capabilitiesDataProvider(): iterable
8282 /**
8383 * @param string $browserName
8484 * @param array<string, mixed> $desiredCapabilities
85- * @return WebdriverClassicDriver&object{capabilities: null| array<string, mixed>}
85+ * @return WebdriverClassicDriver&object{capabilities: array<string, mixed>}
8686 */
8787 private function createDriverExposingCapabilities (string $ browserName , array $ desiredCapabilities = []): WebdriverClassicDriver
8888 {
8989 return new class ($ browserName , $ desiredCapabilities ) extends WebdriverClassicDriver {
9090 /**
91- * @var null| array<string, mixed>
91+ * @var array<string, mixed>
9292 */
93- public ? array $ capabilities = null ;
93+ public array $ capabilities ;
9494
9595 public function __construct (string $ browserName , array $ desiredCapabilities )
9696 {
You can’t perform that action at this time.
0 commit comments