From 93b12dd78458e12347d302c713fbd8700dbcf230 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 3 Jan 2017 15:18:57 +0000 Subject: [PATCH] Apply fixes from StyleCI --- generator/templates/static/BaseType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/templates/static/BaseType.php b/generator/templates/static/BaseType.php index 373d3712a..6a4b43b4c 100644 --- a/generator/templates/static/BaseType.php +++ b/generator/templates/static/BaseType.php @@ -32,7 +32,7 @@ public function if($condition, $callback) if ($condition) { $callback($this); } - + return $this; }