Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-11 17:36:58 +00:00 committed by StyleCI Bot
parent d833b0cff8
commit 40086f7da1

View File

@ -664,7 +664,7 @@ trait PeerHandler
$this->qres = [];
$this->last_stored = time() + 10;
} catch (\danog\MadelineProto\Exception $e) {
\danog\MadelineProto\Logger::log("======= COULD NOT STORE IN DB DUE TO ".$e->getMessage()." =============", \danog\MadelineProto\Logger::VERBOSE);
\danog\MadelineProto\Logger::log('======= COULD NOT STORE IN DB DUE TO '.$e->getMessage().' =============', \danog\MadelineProto\Logger::VERBOSE);
}
}