Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-07-31 19:00:11 +00:00 committed by StyleCI Bot
parent d0168db0c8
commit e4a3fc9484

View File

@ -212,6 +212,7 @@ trait AuthKeyHandler
'endpoints' => array_merge([$params['connection']], $params['alternative_connections']), 'endpoints' => array_merge([$params['connection']], $params['alternative_connections']),
], $this->calls[$params['id']]->configuration); ], $this->calls[$params['id']]->configuration);
$this->calls[$params['id']]->parseConfig(); $this->calls[$params['id']]->parseConfig();
return $this->calls[$params['id']]->startTheMagic(); return $this->calls[$params['id']]->startTheMagic();
} }