We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ -90,7 +90,7 @@ discard block | ||
| 90 | 90 | $this->crudPanel->addColumn([ | 
| 91 | 91 | 'name' => 'test', | 
| 92 | 92 | 'type' => 'my_custom_type', | 
| 93 | -            'searchLogic' => function ($query, $column, $searchTerm) { | |
| 93 | +            'searchLogic' => function($query, $column, $searchTerm) { | |
| 94 | 94 |                  $query->where($column['name'], 'like', "%{$searchTerm}%"); | 
| 95 | 95 | }, | 
| 96 | 96 | 'tableColumn' => true, | 
| @@ -225,7 +225,7 @@ discard block | ||
| 225 | 225 | 'name' => 'name', | 
| 226 | 226 | 'type' => 'text', | 
| 227 | 227 | 'tableColumn' => true, | 
| 228 | -            'orderLogic' => function ($query, $column, $searchTerm) { | |
| 228 | +            'orderLogic' => function($query, $column, $searchTerm) { | |
| 229 | 229 |                  $query->orderBy('name', 'asc'); | 
| 230 | 230 | }, | 
| 231 | 231 | ]); | 
| @@ -244,7 +244,7 @@ discard block | ||
| 244 | 244 | 'name' => 'name', | 
| 245 | 245 | 'type' => 'text', | 
| 246 | 246 | 'tableColumn' => true, | 
| 247 | -            'orderLogic' => function ($query, $column, $searchTerm) { | |
| 247 | +            'orderLogic' => function($query, $column, $searchTerm) { | |
| 248 | 248 |                  $query->orderBy('id', 'asc'); | 
| 249 | 249 | }, | 
| 250 | 250 | ]); |