Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-08-04 08:23:45 +00:00 committed by StyleCI Bot
parent 296dcb8147
commit 7b014dbf41
2 changed files with 3 additions and 3 deletions

View File

@ -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;