From a5cfe6be37e64ed361e88b56bca9b4dcfb76fbe0 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 14 Nov 2018 07:20:48 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/Frontend/CompilerFactory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Frontend/CompilerFactory.php b/src/Frontend/CompilerFactory.php index 347810d21..1d88e097e 100644 --- a/src/Frontend/CompilerFactory.php +++ b/src/Frontend/CompilerFactory.php @@ -72,6 +72,7 @@ class CompilerFactory // TODO: Probably some more deep cloning necessary here $child = clone $this; $child->name = $childName; + return $child; }