Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-06-27 06:33:19 +00:00 committed by StyleCI Bot
parent fe26937cee
commit b1d501d009

View File

@ -112,7 +112,7 @@ trait AuthKeyHandler
) * 1000000
);
$time = microtime(true);
$this->calls[$params['id']]['controller']->writeFrames(stream_get_contents($f, 960*2));
$this->calls[$params['id']]['controller']->writeFrames(stream_get_contents($f, 960 * 2));
}
$this->handle_pending_updates();