Passed
Push — master ( d3f96c...826742 )
by Guillaume
02:11
created
src/Checker/MysqlDatabaseCheckerService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
         if (!$this->checkCollate) {
212 212
             $column->setCollate('');
213 213
             $newColumn->setCollate('');
214
-            if($column == $newColumn){
214
+            if ($column == $newColumn) {
215 215
                 return true;
216 216
             }
217 217
         }
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     {
243 243
         $statements = [];
244 244
         foreach ($modificationsBetweenTable as $modifications) {
245
-            foreach ((array)$modifications as $modification) {
245
+            foreach ((array) $modifications as $modification) {
246 246
                 $statements[] = $modification;
247 247
             }
248 248
         }
Please login to merge, or discard this patch.