Skip to content

Commit

Permalink
methods expected to be in an array
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Dec 9, 2023
1 parent 55ac666 commit 8193094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebDriver/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class WebDriver extends AbstractWebDriver implements WebDriverInterface
protected function methods()
{
return array(
'status' => 'GET',
'status' => array('GET'),
);
}

Expand Down

0 comments on commit 8193094

Please sign in to comment.