Passed
Push — develop ( b41eb7...0a5f48 )
by Mario
01:18
created
api/src/Migration/Version0_15_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
                 break;
108 108
 
109 109
             default:
110
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
110
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
111 111
                 break;
112 112
         }
113 113
     }
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
                 break;
142 142
 
143 143
             default:
144
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
144
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
145 145
                 break;
146 146
         }
147 147
     }
Please login to merge, or discard this patch.