We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a17f2 commit b55d79aCopy full SHA for b55d79a
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