From 299086ea998b57940f9159a7f3c9a47b68c1b783 Mon Sep 17 00:00:00 2001 From: zemiacsik Date: Fri, 7 Sep 2018 10:12:01 +0200 Subject: [PATCH] updated styling to follow PSR-2 --- _config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.php b/_config.php index d62e0cd..e2cf530 100644 --- a/_config.php +++ b/_config.php @@ -2,4 +2,6 @@ // Ensure compatibility with PHP 7.2 ("object" is a reserved word), // with SilverStripe 3.6 (using Object) and SilverStripe 3.7 (using SS_Object) -if (!class_exists('SS_Object')) class_alias('Object', 'SS_Object'); +if (!class_exists('SS_Object')) { + class_alias('Object', 'SS_Object'); +}