Skip to content

Commit bb3cff4

Browse files
committed
docs: add @return
1 parent 552dc9e commit bb3cff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/Pager/PagerRenderer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ public function getCurrent(): string
259259
* is represented by another array containing of the URI the link
260260
* should go to, the title (number) of the link, and a boolean
261261
* value representing whether this link is active or not.
262+
*
263+
* @return list<array{uri:string, title:int, active:bool}>
262264
*/
263265
public function links(): array
264266
{

0 commit comments

Comments
 (0)