Skip to content
Snippets Groups Projects
Commit 16713db0 authored by thinkerou's avatar thinkerou
Browse files

fix code style

parent 659e563e
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