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,