mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 03:11:12 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
b2e9930d16
commit
f06e459e5d
@ -68,7 +68,7 @@ class TLConstructor extends \Volatile
|
||||
if (isset($this->by_predicate_and_layer[$predicate.$alayer])) {
|
||||
$chosenid = $this->by_predicate_and_layer[$predicate.$alayer];
|
||||
}
|
||||
} else if (!isset($chosenid)) {
|
||||
} elseif (!isset($chosenid)) {
|
||||
$chosenid = $this->by_predicate_and_layer[$predicate.$alayer];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user