Skip to content

Commit e665795

Browse files
committed
Apply fixes from StyleCI
1 parent 06b680d commit e665795

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Actions/DispatchAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ function ($chunk, $page) use ($limit, $chunkCount) {
145145
if ($page * $chunkCount >= $limit) {
146146
$collection = $collection->take($limit - ($page - 1) * $chunkCount);
147147
$this->forModels($collection);
148+
148149
return false;
149150
}
150151

tests/Support/Rest/Resources/ModelResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function limits(RestRequest $request): array
115115
10,
116116
25,
117117
50,
118-
150
118+
150,
119119
];
120120
}
121121

0 commit comments

Comments
 (0)