Skip to content

Commit 983b1dc

Browse files
GromNaNgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent 62962df commit 983b1dc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/Relations/EmbedsMany.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use function is_array;
2020
use function method_exists;
2121
use function throw_if;
22+
use function value;
2223

2324
class EmbedsMany extends EmbedsOneOrMany
2425
{
@@ -289,12 +290,12 @@ protected function associateExisting($model)
289290
}
290291

291292
/**
292-
*
293-
* @param null $perPage
293+
* @param null $perPage
294294
* @param array|string|string[] $columns
295-
* @param string $pageName
296-
* @param null $page
297-
* @param null $total
295+
* @param string $pageName
296+
* @param null $page
297+
* @param null $total
298+
*
298299
* @return \Illuminate\Contracts\Pagination\LengthAwarePaginator
299300
*/
300301
public function paginate($perPage = null, $columns = ['*'], $pageName = 'page', $page = null, $total = null)

0 commit comments

Comments
 (0)