Skip to content

Commit

Permalink
updated styling to follow PSR-2
Browse files Browse the repository at this point in the history
  • Loading branch information
zemiacsik authored Sep 7, 2018
1 parent b28ded7 commit 299086e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

0 comments on commit 299086e

Please sign in to comment.