Skip to content

Commit e00cba2

Browse files
committed
fix phpcs errors
1 parent 8ca6d7e commit e00cba2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/WebDriver/Exception.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ abstract class Exception extends \Exception
170170
/**
171171
* Factory method to create WebDriver\Exception objects
172172
*
173-
* @param integer $code Code
174-
* @param string $message Message
175-
* @param \Exception $previousException Previous exception
173+
* @param integer|string $code Code
174+
* @param string $message Message
175+
* @param \Exception $previousException Previous exception
176176
*
177177
* @return \Exception
178178
*/

lib/WebDriver/Service/CurlServiceInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface CurlServiceInterface
2323
*
2424
* @param string $requestMethod HTTP request method, e.g., 'GET', 'POST', or 'DELETE'
2525
* @param string $url Request URL
26-
* @param array $parameters If an array(), they will be posted as JSON parameters
26+
* @param mixed $parameters If an array(), they will be posted as JSON parameters
2727
* If a number or string, "/$params" is appended to url
2828
* @param array $extraOptions key=>value pairs of curl options to pass to curl_setopt()
2929
*

0 commit comments

Comments
 (0)