Passed
Push — develop ( ae9b5b...1dfb40 )
by Mario
01:17
created
api/src/Migration/Version0_15_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
                 break;
131 131
 
132 132
             default:
133
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
133
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
134 134
                 break;
135 135
         }
136 136
     }
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
                 break;
176 176
 
177 177
             default:
178
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
178
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
179 179
                 break;
180 180
         }
181 181
     }
Please login to merge, or discard this patch.