We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -609,7 +609,7 @@ discard block |
||
| 609 | 609 | { |
| 610 | 610 | $this->crudPanel->setOperationSetting( |
| 611 | 611 | 'strippedRequest', |
| 612 | - static function (Request $request) { |
|
| 612 | + static function(Request $request) { |
|
| 613 | 613 | return $request->toArray(); |
| 614 | 614 | }, |
| 615 | 615 | 'update' |
@@ -743,7 +743,7 @@ discard block |
||
| 743 | 743 | ->validationMessages(['required' => 'is_required', 'min' => 'min_2']) |
| 744 | 744 | ->store_in('some') |
| 745 | 745 | ->size(6) |
| 746 | - ->on('created', function () { |
|
| 746 | + ->on('created', function() { |
|
| 747 | 747 | }) |
| 748 | 748 | ->subfields([['name' => 'sub_1']]) |
| 749 | 749 | ->entity('bang'); |
@@ -775,7 +775,7 @@ discard block |
||
| 775 | 775 | 'class' => 'form-group col-md-6', |
| 776 | 776 | ], |
| 777 | 777 | 'events' => [ |
| 778 | - 'created' => function () { |
|
| 778 | + 'created' => function() { |
|
| 779 | 779 | }, |
| 780 | 780 | ], |
| 781 | 781 | 'subfields' => [ |