mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 11:34:36 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
dfbbd66a37
commit
a5cfe6be37
|
@ -72,6 +72,7 @@ class CompilerFactory
|
||||||
// TODO: Probably some more deep cloning necessary here
|
// TODO: Probably some more deep cloning necessary here
|
||||||
$child = clone $this;
|
$child = clone $this;
|
||||||
$child->name = $childName;
|
$child->name = $childName;
|
||||||
|
|
||||||
return $child;
|
return $child;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user