Skip to content

Commit

Permalink
Another SA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Nov 21, 2024
1 parent 024c979 commit 25d1859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Custom/CapabilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static function capabilitiesDataProvider(): iterable
/**
* @param string $browserName
* @param array<string, mixed> $desiredCapabilities
* @return WebdriverClassicDriver&object{capabilities: array<string, mixed>}
* @return WebdriverClassicDriver&object{capabilities: null|array<string, mixed>}
*/
private function createDriverExposingCapabilities(string $browserName, array $desiredCapabilities = []): WebdriverClassicDriver
{
Expand Down

0 comments on commit 25d1859

Please sign in to comment.