Passed
Push — master ( 336324...c77442 )
by Korotkov
29:25 queued 28:10
created
src/Multiton.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
         $that = get_called_class();
29 29
 
30
-        if (!array_key_exists($that, static::$instances)){
30
+        if (!array_key_exists($that, static::$instances)) {
31 31
             static::$instances[$that] = new static();
32 32
         }
33 33
 
Please login to merge, or discard this patch.