Skip to content

Commit 6481540

Browse files
committed
Apply fixes from StyleCI
1 parent 03d2533 commit 6481540

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/Feature/Controllers/SearchIncludingRelationshipsOperationsTest.php

+3-4
Original file line numberDiff line numberDiff line change
@@ -623,17 +623,16 @@ public function test_getting_a_list_of_resources_including_belongs_to_many_relat
623623
'includes' => [
624624
[
625625
'relation' => 'belongsToManyRelation',
626-
'filters' => [
627-
['field' => 'models.pivot.number', 'operator' => '=', 'value' => null]
628-
]
626+
'filters' => [
627+
['field' => 'models.pivot.number', 'operator' => '=', 'value' => null],
628+
],
629629
],
630630
],
631631
],
632632
],
633633
['Accept' => 'application/json']
634634
);
635635

636-
637636
$this->assertResourcePaginated(
638637
$response,
639638
[$matchingModel, $matchingModel2],

0 commit comments

Comments
 (0)