Completed
Push — master ( 5a8846...f783b6 )
by Davide
04:05
created
src/LaravelCards.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      **/
116 116
     public static function prepareCardHtml($parameters, $post)
117 117
     {
118
-        if (! is_null($post)) {
118
+        if (!is_null($post)) {
119 119
             $ret = "<div class='row featurette' style='".$parameters['bkg_color'].' '.$parameters['text_color']."'>";
120 120
             if ($parameters['container_wrap']) {
121 121
                 $ret .= "<div class='container'>";
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
             $ret .= "<div class='lead mb-4'>".$post['body'].'</div>';
126 126
             $ret .= '</div>';
127 127
             
128
-            if (! empty($post['introimage'])) {
128
+            if (!empty($post['introimage'])) {
129 129
                 $ret .= "<div class='image d-none d-md-block ".$parameters['img_col_size_class'].' '.$parameters['img_col_order_class']."'
130 130
                         style='
131 131
                         background-size: cover; 
Please login to merge, or discard this patch.