Passed
Push — master ( 8a350c...281cf2 )
by Josh
03:42 queued 11s
created
src/migrations/Install.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -246,7 +246,7 @@
 block discarded – undo
246 246
         // If this install is 3.1 then the settings column won’t be there,
247 247
         // so we need to bail. However, if upgrading from 2.x then we should
248 248
         // hopefully be on 3.0.x first.
249
-        if (substr( Craft::$app->getVersion(), 0, 3 ) !== "3.0") {
249
+        if (substr(Craft::$app->getVersion(), 0, 3) !== "3.0") {
250 250
             return false;
251 251
         }
252 252
 
Please login to merge, or discard this patch.