Skip to content

Commit aa4f8b1

Browse files
committed
Add type hints in Orientation
1 parent d85cb32 commit aa4f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPUnit/Extensions/Selenium2TestCase/SessionCommand/Orientation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class Orientation extends GenericAttribute
1717
{
18-
public function __construct($orientation, $commandUrl)
18+
public function __construct($orientation, URL $commandUrl)
1919
{
2020
if ($orientation !== null) {
2121
$jsonParameters = ['orientation' => $orientation];

0 commit comments

Comments
 (0)