Skip to content
Snippets Groups Projects
Commit 8914ce08 authored by Stanley Cheung's avatar Stanley Cheung Committed by GitHub
Browse files

Merge pull request #9415 from thinkerou/fix_php_lib_code_style

PHP: fix code style
parents fa3b130b 16713db0
No related branches found
No related tags found
No related merge requests found
......@@ -58,12 +58,11 @@ abstract class AbstractCall
* the response
* @param array $options Call options (optional)
*/
public function __construct(
Channel $channel,
$method,
$deserialize,
array $options = []
) {
public function __construct(Channel $channel,
$method,
$deserialize,
array $options = [])
{
if (array_key_exists('timeout', $options) &&
is_numeric($timeout = $options['timeout'])
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment