Skip to content

Commit

Permalink
Apply fixes from StyleCI (#2874)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <jasonvarga@users.noreply.github.com>
  • Loading branch information
jasonvarga and jasonvarga authored Nov 19, 2020
1 parent adf5e6b commit ea31479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Fields/FieldsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function it_prefixes_the_handles_of_nested_imported_fieldsets()
'fields' => [
[
'import' => 'inner',
'prefix' => 'prefix_'
'prefix' => 'prefix_',
],
],
]);
Expand Down Expand Up @@ -247,7 +247,7 @@ public function it_prefixes_the_handles_of_nested_imported_fieldsets()
[
'import' => 'outer',
'prefix' => 'second_',
]
],
]);

$fields = $fields->all();
Expand Down

0 comments on commit ea31479

Please sign in to comment.