From 7f7d1721c243d34fecf115d4f78a1f6304ab0911 Mon Sep 17 00:00:00 2001 From: dokisof <64385767+dokisof@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:43:28 +0300 Subject: [PATCH] Fix indentation with Pint --- eloquent-resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eloquent-resources.md b/eloquent-resources.md index f2e0b55501c..efc2619fb5f 100644 --- a/eloquent-resources.md +++ b/eloquent-resources.md @@ -557,8 +557,8 @@ If you would like to customize the information included in the `links` or `meta` * Customize the pagination information for the resource. * * @param \Illuminate\Http\Request $request - * @param array $paginated - * @param array $default + * @param array $paginated + * @param array $default * @return array */ public function paginationInformation($request, $paginated, $default)