Apply fixes from StyleCI
This commit is contained in:
parent
296dcb8147
commit
7b014dbf41
@ -104,7 +104,7 @@ $calls = [];
|
||||
switch ($update['update']['_']) {
|
||||
case 'updatePhoneCall':
|
||||
if (is_object($update['update']['phone_call']) && isset($update['update']['phone_call']->madeline) && $update['update']['phone_call']->getCallState() === \danog\MadelineProto\VoIP::CALL_STATE_INCOMING) {
|
||||
include('songs.php');
|
||||
include 'songs.php';
|
||||
$update['update']['phone_call']->configuration['enable_NS'] = false;
|
||||
$update['update']['phone_call']->configuration['enable_AGC'] = false;
|
||||
$update['update']['phone_call']->configuration['enable_AEC'] = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user