Skip to content

Commit 51a38a4

Browse files
committed
Use proper return type
1 parent 0beaadb commit 51a38a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rest/Interfaces/SearchTermInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ interface SearchTermInterface
3737
* @param int|null $mode Used mode on LIKE search. See MODE_* constants. Defaults to
3838
* self::MODE_FULL
3939
*
40-
* @return array<string, array<string, array<string, string>>>|null
40+
* @return array<string, array<string, array<string, mixed>>>|null
4141
*/
4242
public static function getCriteria(
4343
array | string $column,

0 commit comments

Comments
 (0)