Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-01-20 00:43:22 +00:00 committed by StyleCI Bot
parent b15eab0832
commit 15cc8f6e82

View File

@ -40,7 +40,10 @@ trait CallHandler
if (!isset($this->datacenter->outgoing_messages[$int_message_id]['response']) || !isset($this->datacenter->incoming_messages[$this->datacenter->outgoing_messages[$int_message_id]['response']]['content'])) { // Checks if I have received the response to the called method, if not continue looping
if ($this->only_updates) {
if ($update_count > 50) { $update_count = 0; continue; }
if ($update_count > 50) {
$update_count = 0;
continue;
}
$res_count--;
$update_count++;
}