Passed
Pull Request — master (#252)
by
unknown
14:22
created
widgets/Alert.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@
 block discarded – undo
61 61
                     'body' => $message,
62 62
                     'closeButton' => $this->closeButton,
63 63
                     'options' => array_merge($this->options, [
64
-                        'id' => $this->getId().'-'.$type.'-'.$i,
65
-                        'class' => $this->alertTypes[$type].$appendClass,
64
+                        'id' => $this->getId() . '-' . $type . '-' . $i,
65
+                        'class' => $this->alertTypes[$type] . $appendClass,
66 66
                     ]),
67 67
                 ]);
68 68
             }
Please login to merge, or discard this patch.