Skip to content

Commit 18924b0

Browse files
Cyperghostdtdesign
andauthored
Apply suggestions from code review
Co-authored-by: Alexander Ebert <[email protected]>
1 parent 1368340 commit 18924b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wcfsetup/install/files/lib/system/endpoint/controller/core/gridViews/GetGridView.class.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ final class GetGridViewParameters
6464
public function __construct(
6565
/** @var non-empty-string */
6666
public readonly string $gridView,
67+
/** @var positive-int */
6768
public readonly int $pageNo,
6869
public readonly string $sortField,
6970
public readonly string $sortOrder,
70-
/** @var string[] */
71+
/** @var array<string, string|int> */
7172
public readonly array $filters,
72-
/** @var string[] */
73+
/** @var array<string, mixed> */
7374
public readonly array $gridViewParameters,
7475
) {
7576
}

0 commit comments

Comments
 (0)