Skip to content

Commit 512279d

Browse files
author
Tom Kuijer
committed
Codestyle fixes
1 parent 3a22918 commit 512279d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Database/Eloquent/FMEloquentBuilder.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,8 @@ protected function callScope(callable $scope, array $parameters = [])
336336
/**
337337
* Set the limit of records returned for a portal on the current models' layout.
338338
*
339-
* @param string $portalName Name of the portal
340-
* @param int $limit Number of records to return
341-
*
339+
* @param string $portalName Name of the portal
340+
* @param int $limit Number of records to return
342341
* @return $this
343342
*/
344343
public function limitPortal(string $portalName, int $limit): static

0 commit comments

Comments
 (0)