From 861c1a7639f084a66d5ecb716239b47b9ace3f6f Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 13 Oct 2023 16:46:56 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Support/Format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Support/Format.php b/src/Support/Format.php index bfa7f91..a3e9e40 100644 --- a/src/Support/Format.php +++ b/src/Support/Format.php @@ -45,7 +45,7 @@ public function response(): JsonResponse /** * Core format. * - * @param $data + * @param $data * @return array|$this */ public function data($data = null): static|array