Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke 2018-11-14 07:20:48 +00:00 committed by StyleCI Bot
parent dfbbd66a37
commit a5cfe6be37

View File

@ -72,6 +72,7 @@ class CompilerFactory
// TODO: Probably some more deep cloning necessary here
$child = clone $this;
$child->name = $childName;
return $child;
}