Skip to content

Commit

Permalink
apply phpcbf formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored and github-actions[bot] committed Jul 4, 2024
1 parent 62962df commit 983b1dc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/Relations/EmbedsMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use function is_array;
use function method_exists;
use function throw_if;
use function value;

class EmbedsMany extends EmbedsOneOrMany
{
Expand Down Expand Up @@ -289,12 +290,12 @@ protected function associateExisting($model)
}

/**
*
* @param null $perPage
* @param null $perPage
* @param array|string|string[] $columns
* @param string $pageName
* @param null $page
* @param null $total
* @param string $pageName
* @param null $page
* @param null $total
*
* @return \Illuminate\Contracts\Pagination\LengthAwarePaginator
*/
public function paginate($perPage = null, $columns = ['*'], $pageName = 'page', $page = null, $total = null)
Expand Down

0 comments on commit 983b1dc

Please sign in to comment.