Completed
Push — master ( 11fa15...741ea3 )
by Korotkov
05:15 queued 03:16
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.