@@ -202,7 +202,7 @@ |
||
| 202 | 202 | $unexpectedFields = []; |
| 203 | 203 | |
| 204 | 204 | foreach ($userSetterArray as $key => $val) { |
| 205 | - if (! in_array($key, $tableColumn)) { |
|
| 205 | + if (!in_array($key, $tableColumn)) { |
|
| 206 | 206 | $unexpectedFields[] = $key; |
| 207 | 207 | } |
| 208 | 208 | } |