Completed
Push — master ( 548425...48098f )
by Korotkov
02:54
created
src/SingletonsPool.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.