Skip to content

Commit 01820c6

Browse files
committed
Method call uses 2 parameters, but method signature uses 1 parameters
1 parent 266e4bd commit 01820c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Remote/Service/DriverCommandExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function execute(WebDriverCommand $command, $curl_opts = array()) {
5050
}
5151

5252
try {
53-
$value = parent::execute($command, $curl_opts);
53+
$value = parent::execute($command);
5454
if ($command->getName() === DriverCommand::QUIT) {
5555
$this->service->stop();
5656
}

0 commit comments

Comments
 (0)