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