Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-11 15:33:56 +00:00 committed by StyleCI Bot
parent 267b3d4ed4
commit c26a5aaf77

View File

@ -656,7 +656,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);
}
}