Skip to content

Commit e076ea1

Browse files
authored
Fix indentation with Pint (#10851)
1 parent b801c12 commit e076ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eloquent-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ If you would like to customize the information included in the `links` or `meta`
557557
* Customize the pagination information for the resource.
558558
*
559559
* @param \Illuminate\Http\Request $request
560-
* @param array $paginated
561-
* @param array $default
560+
* @param array $paginated
561+
* @param array $default
562562
* @return array
563563
*/
564564
public function paginationInformation($request, $paginated, $default)

0 commit comments

Comments
 (0)