Completed
Push — master ( 3a04e5...548425 )
by Korotkov
05:04 queued 03:30
created
src/SingletonsPool.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public static function getInstance(string $instanceName): self
29 29
     {
30
-        if (!array_key_exists($instanceName, static::$instances)){
30
+        if (!array_key_exists($instanceName, static::$instances)) {
31 31
             static::$instances[$instanceName] = new static;
32 32
         }
33 33
 
Please login to merge, or discard this patch.