Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-04-17 21:52:28 +00:00 committed by StyleCI Bot
parent 4f28c22a4b
commit a0a9bf2889

View File

@ -194,10 +194,12 @@ Propic art by @magnaluna on [deviantart](https://magnaluna.deviantart.com).", 'p
} }
} }
} }
public function onAny($update) public function onAny($update)
{ {
\danog\MadelineProto\Logger::log($update); \danog\MadelineProto\Logger::log($update);
} }
public function onLoop() public function onLoop()
{ {
foreach ($this->programmed_call as $key => $pair) { foreach ($this->programmed_call as $key => $pair) {