Passed
Push — develop ( fa3a5c...2de439 )
by Andrew
10:24
created
src/models/MetaTitle.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -155,8 +155,8 @@  discard block
 block discarded – undo
155 155
                 $suffix = '';
156 156
             }
157 157
             // Remove potential double spaces
158
-            $prefix = preg_replace('/\s+/', ' ', $prefix);;
159
-            $suffix = preg_replace('/\s+/', ' ', $suffix);;
158
+            $prefix = preg_replace('/\s+/', ' ', $prefix); ;
159
+            $suffix = preg_replace('/\s+/', ' ', $suffix); ;
160 160
             $lengthAdjust = mb_strlen($prefix.$suffix);
161 161
             // Parse the data
162 162
             $scenario = $this->scenario;
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
             $data = trim($data);
186 186
             // devMode
187 187
             if (Seomatic::$devMode) {
188
-                $data = Seomatic::$settings->devModeTitlePrefix . $data;
188
+                $data = Seomatic::$settings->devModeTitlePrefix.$data;
189 189
             }
190 190
         }
191 191
 
Please login to merge, or discard this patch.