Skip to content

Commit 751da2d

Browse files
committed
Add type hints in Window
1 parent 7786b0f commit 751da2d

File tree

1 file changed

+1
-1
lines changed
  • PHPUnit/Extensions/Selenium2TestCase/SessionCommand

1 file changed

+1
-1
lines changed

PHPUnit/Extensions/Selenium2TestCase/SessionCommand/Window.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Window extends Command
1919
{
20-
public function __construct($name, $commandUrl)
20+
public function __construct($name, URL $commandUrl)
2121
{
2222
$jsonParameters = ['name' => $name];
2323
parent::__construct($jsonParameters, $commandUrl);

0 commit comments

Comments
 (0)