Passed
Push — develop ( d38868...21087d )
by Mario
01:26
created
api/src/Migration/Version0_15_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
                 break;
139 139
 
140 140
             default:
141
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
141
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
142 142
                 break;
143 143
         }
144 144
     }
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
                 break;
167 167
 
168 168
             default:
169
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
169
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
170 170
                 break;
171 171
         }
172 172
     }
Please login to merge, or discard this patch.