mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 00:14:38 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
08a3a00c13
commit
30e87023d9
@ -51,7 +51,12 @@ class API extends APIFactory
|
|||||||
|
|
||||||
return ['API', 'v'];
|
return ['API', 'v'];
|
||||||
}
|
}
|
||||||
public function getV() { return 1; }
|
|
||||||
|
public function getV()
|
||||||
|
{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
public function __wakeup()
|
public function __wakeup()
|
||||||
{
|
{
|
||||||
set_error_handler(['\danog\MadelineProto\Exception', 'ExceptionErrorHandler']);
|
set_error_handler(['\danog\MadelineProto\Exception', 'ExceptionErrorHandler']);
|
||||||
|
Loading…
Reference in New Issue
Block a user