Passed
Push — master ( 580548...1ab451 )
by Wilmer
01:33
created
src/Alert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
                     /* initialize css class for each alert box */
47 47
                     $this->options['class'] = $this->alertTypes[$type];
48 48
                     /* assign unique id to each alert box */
49
-                    $this->options['id'] = $this->getId() . '-' . $type;
49
+                    $this->options['id'] = $this->getId().'-'.$type;
50 50
                     echo \yii\bootstrap4\Alert::widget([
51 51
                         'body' => $message,
52 52
                         'closeButton' => $this->closeButton,
Please login to merge, or discard this patch.