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 d85cb32 commit aa4f8b1Copy full SHA for aa4f8b1
PHPUnit/Extensions/Selenium2TestCase/SessionCommand/Orientation.php
@@ -15,7 +15,7 @@
15
*/
16
class Orientation extends GenericAttribute
17
{
18
- public function __construct($orientation, $commandUrl)
+ public function __construct($orientation, URL $commandUrl)
19
20
if ($orientation !== null) {
21
$jsonParameters = ['orientation' => $orientation];
0 commit comments