Completed
Push — master ( 78caa4...d7844c )
by Korotkov
04:12 queued 02:48
created
src/Multiton.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.