Completed
Pull Request — master (#61)
by Dima
07:08
created
src/MySql/Helper/DiffTableHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
             $styledColumn['data']        = sprintf('<mm_type>%s</>', $styledColumn['data']);
114 114
             $styledColumn['audit']       = sprintf('<mm_type>%s</>', $styledColumn['audit']);
115 115
           }
116
-          if(isset($styledColumn['config']))
116
+          if (isset($styledColumn['config']))
117 117
           {
118 118
             if (strcmp($styledColumn['audit'], $styledColumn['config']))
119 119
             {
@@ -213,7 +213,7 @@  discard block
 block discarded – undo
213 213
       {
214 214
         $name = $option;
215 215
       }
216
-      $tableRow            = ['column_name' => $name,
216
+      $tableRow = ['column_name' => $name,
217 217
                               'data'        => $this->dataTableOptions[$option],
218 218
                               'audit'       => $this->auditTableOptions[$option],
219 219
                               'config'      => null];
Please login to merge, or discard this patch.