Passed
Push — develop ( d63ad8...dcd78d )
by Mario
01:22
created
api/src/Migration/Version0_15_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
                 break;
101 101
 
102 102
             default:
103
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
103
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
104 104
                 break;
105 105
         }
106 106
     }
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
                 break;
132 132
 
133 133
             default:
134
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
134
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
135 135
                 break;
136 136
         }
137 137
     }
Please login to merge, or discard this patch.