We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4f8b1 commit 5bf5ce3Copy full SHA for 5bf5ce3
PHPUnit/Extensions/Selenium2TestCase/SessionCommand/Url.php
@@ -18,7 +18,7 @@
18
*/
19
class Url extends Command
20
{
21
- public function __construct($url, $commandUrl, SeleniumURL $baseUrl)
+ public function __construct(?string $url, URL $commandUrl, SeleniumURL $baseUrl)
22
23
if ($url !== null) {
24
$absoluteLocation = $baseUrl->jump($url)->getValue();
0 commit comments