We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -353,7 +353,7 @@ |
||
353 | 353 | |
354 | 354 | if(isset($cache[$table])){ |
355 | 355 | $columns = $cache[$table]; |
356 | - }else{ |
|
356 | + } else{ |
|
357 | 357 | $columns = $cache[$table] = \Schema::getColumnListing($table); |
358 | 358 | } |
359 | 359 |