diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index 82e3e5f1b..2d621417e 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -2557,13 +2557,13 @@ class DataMapperAbstract implements DataMapperInterface /** * Get objects for pagination * - * @param mixed $pivot Pivot - * @param string $column Sort column/pivot column - * @param int $limit Result limit - * @param string $order Order of the elements - * @param int $relations Load relations - * @param int $depth Relation depth - * @param Builder $query Query + * @param mixed $pivot Pivot + * @param string $column Sort column/pivot column + * @param int $limit Result limit + * @param string $order Order of the elements + * @param int $relations Load relations + * @param int $depth Relation depth + * @param Builder $query Query * * @return array * @@ -2590,13 +2590,13 @@ class DataMapperAbstract implements DataMapperInterface /** * Get objects for pagination * - * @param mixed $pivot Pivot - * @param string $column Sort column/pivot column - * @param int $limit Result limit - * @param string $order Order of the elements - * @param int $relations Load relations - * @param int $depth Relation depth - * @param Builder $query Query + * @param mixed $pivot Pivot + * @param string $column Sort column/pivot column + * @param int $limit Result limit + * @param string $order Order of the elements + * @param int $relations Load relations + * @param int $depth Relation depth + * @param Builder $query Query * * @return array *