diff --git a/src/Services/DataTable.php b/src/Services/DataTable.php index 0b791d5..d1bc816 100644 --- a/src/Services/DataTable.php +++ b/src/Services/DataTable.php @@ -681,8 +681,8 @@ public function addScopes(array $scopes): static /** * Set a custom class attribute. * - * @param array|string $key - * @param mixed|null $value + * @param array|string $key + * @param mixed|null $value * @return $this */ public function with(array|string $key, mixed $value = null): static