@@ -28,7 +28,7 @@ |
||
| 28 | 28 | { |
| 29 | 29 | $that = get_called_class(); |
| 30 | 30 | |
| 31 | - if (!array_key_exists($that, static::$instances)){ |
|
| 31 | + if (!array_key_exists($that, static::$instances)) { |
|
| 32 | 32 | static::$instances[$that] = new static; |
| 33 | 33 | } |
| 34 | 34 | |