@@ -113,7 +113,7 @@ discard block |
||
| 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 |
||
| 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]; |