Skip to content

Commit 586bf32

Browse files
committed
compatibility issue
1 parent 0b7141d commit 586bf32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/remote/HttpCommandExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function execute(WebDriverCommand $command) {
133133
*/
134134
public static function remoteExecute(
135135
WebDriverCommand $command,
136-
string $url,
136+
$url,
137137
array $curl_opts = array()
138138
) {
139139
if (!isset(self::$commands[$command->getName()])) {

lib/remote/RemoteExecuteMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class RemoteExecuteMethod implements ExecuteMethod {
1717

18-
private RemoteWebDriver $driver;
18+
private $driver;
1919

2020
/**
2121
* @param RemoteWebDriver $driver

0 commit comments

Comments
 (0)