Skip to content

Commit 44217d3

Browse files
committed
refactor: update parameter type in FilterCategory for improved type safety
1 parent f7adcb6 commit 44217d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Supports/Filters/FilterCategory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class FilterCategory
66
{
77
/**
8-
* @param array<string, mixed> $request
8+
* @param array<string|mixed, mixed> $request
99
*
1010
* @return array<string, mixed>
1111
*/

0 commit comments

Comments
 (0)