Skip to content

Commit 039c9d3

Browse files
authored
Update the phpdoc to better describe the legacy execute method
1 parent f648b37 commit 039c9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebDriver/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function alert()
455455

456456
/**
457457
* script execution method chaining, e.g.,
458-
* - $session->execute() - fallback for legacy JSON Wire Protocol
458+
* - $session->execute($jsonScript) - fallback for legacy JSON Wire Protocol
459459
* - $session->execute()->method() - chaining
460460
*
461461
* @return mixed

0 commit comments

Comments
 (0)