mirror of
https://github.com/danog/MagicalSerializer.git
synced 2024-11-26 20:04:41 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
99f5b9b4ce
commit
9fa37354d9
@ -33,7 +33,7 @@ trait Serializable
|
||||
}
|
||||
if (method_exists($this, '__magic_construct')) {
|
||||
$this->__magic_construct(...$params);
|
||||
} else if (method_exists($this, '___construct')) {
|
||||
} elseif (method_exists($this, '___construct')) {
|
||||
$this->___construct(...$params);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user