Completed
Pull Request — master (#7)
by Korotkov
03:31 queued 02:11
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.