Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-07-12 12:33:57 +00:00 committed by StyleCI Bot
parent 6113c0d63c
commit d74b6d3b2d
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ class API extends APIFactory
{
if ($name === 'settings') {
$this->API->setdem = true;
return $this->API->settings;
}

View File

@ -184,6 +184,7 @@ class MTProto extends \Volatile
public $run_workers = false;
public $threads = false;
public $setdem = false;
public function ___construct($settings = [])
{
\danog\MadelineProto\Logger::class_exists();