mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 11:34:41 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
6b7d19ed56
commit
1adf1b4120
@ -319,7 +319,7 @@ trait TL
|
|||||||
|
|
||||||
return $concat;
|
return $concat;
|
||||||
case 'Bool':
|
case 'Bool':
|
||||||
return $this->constructors->find_by_predicate(((bool)$object) ? 'boolTrue' : 'boolFalse')['id'];
|
return $this->constructors->find_by_predicate(((bool) $object) ? 'boolTrue' : 'boolFalse')['id'];
|
||||||
case 'true':
|
case 'true':
|
||||||
return;
|
return;
|
||||||
case '!X':
|
case '!X':
|
||||||
|
Loading…
Reference in New Issue
Block a user