Skip to content

Commit 0018c8e

Browse files
committed
task: change var type of prev and next link variables.
1 parent b1f10af commit 0018c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controller/ApiControllerBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ class ApiControllerBase extends ControllerBase implements ApiControllerInterface
174174
/**
175175
* Limit the number of results.
176176
*
177-
* @var int
177+
* @var string
178178
*/
179179
protected $prev = "";
180180

181181
/**
182182
* Limit the number of results.
183183
*
184-
* @var int
184+
* @var string
185185
*/
186186
protected $next = "";
187187

0 commit comments

Comments
 (0)