We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552dc9e commit bb3cff4Copy full SHA for bb3cff4
1 file changed
system/Pager/PagerRenderer.php
@@ -259,6 +259,8 @@ public function getCurrent(): string
259
* is represented by another array containing of the URI the link
260
* should go to, the title (number) of the link, and a boolean
261
* value representing whether this link is active or not.
262
+ *
263
+ * @return list<array{uri:string, title:int, active:bool}>
264
*/
265
public function links(): array
266
{
0 commit comments