@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public static function getInstance(string $name): self |
| 28 | 28 | { |
| 29 | - if (!array_key_exists($name, static::$instances)){ |
|
| 29 | + if (!array_key_exists($name, static::$instances)) { |
|
| 30 | 30 | static::$instances[$name] = new static; |
| 31 | 31 | } |
| 32 | 32 | |