@@ -8,7 +8,7 @@ |
||
| 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 | |