mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:18:58 +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'];
|
||||
}
|
||||
public function getV() { return 1; }
|
||||
|
||||
public function getV()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
public function __wakeup()
|
||||
{
|
||||
set_error_handler(['\danog\MadelineProto\Exception', 'ExceptionErrorHandler']);
|
||||
|
Loading…
Reference in New Issue
Block a user