Passed
Push — develop ( 18db11...1b90c6 )
by Mario
01:15
created
api/src/Migration/Version0_17_1.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
                 break;
124 124
 
125 125
             default:
126
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
126
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
127 127
                 break;
128 128
         }
129 129
     }
@@ -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.