Skip to content

Commit d430fe2

Browse files
committed
Replace mixed with string as a parameter value type
1 parent 9811c42 commit d430fe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function __construct(
7070
public readonly string $sortOrder,
7171
/** @var array<string, string|int> */
7272
public readonly array $filters,
73-
/** @var array<string, mixed> */
73+
/** @var array<string, string> */
7474
public readonly array $gridViewParameters,
7575
) {
7676
}

0 commit comments

Comments
 (0)