Completed
Push — 3.0 ( b6a039...50376c )
by Vermeulen
02:29
created
src/helpers/Constants.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public static function create($cstName, $cstValue)
10 10
     {
11
-        if(defined($cstName)) {
11
+        if (defined($cstName)) {
12 12
             throw new Exception('Constant '.$cstName.' already defined.');
13 13
         }
14 14
         
Please login to merge, or discard this patch.