From c059f08301b8e23e713c704adf41c367d7f0666a Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 5 Dec 2023 22:58:54 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Column.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Column.php b/src/Column.php index d73dd4fe..f91f33ef 100644 --- a/src/Column.php +++ b/src/Column.php @@ -107,12 +107,12 @@ public static function raw($raw) /** * Make a callback function. * - * @param $columns Array|string The (comma separated) columns that should be retrieved from the database. - * Is being translated directly into the `.sql`. - * @param $callback Closure|string A callback that defines how the retrieved columns are processed. - * @param $params Array Optional additional parameters that are passed to the given Closure. - * @param $callbackName string Optional string that defines the 'name' of the column. - * Leave empty to let livewire autogenerate a distinct value. + * @param $columns Array|string The (comma separated) columns that should be retrieved from the database. + * Is being translated directly into the `.sql`. + * @param $callback Closure|string A callback that defines how the retrieved columns are processed. + * @param $params Array Optional additional parameters that are passed to the given Closure. + * @param $callbackName string Optional string that defines the 'name' of the column. + * Leave empty to let livewire autogenerate a distinct value. */ public static function callback( array|string $columns,