Skip to content

Commit c018198

Browse files
committed
Use proper return type
1 parent 6c1fab1 commit c018198

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
@@ -39,7 +39,7 @@ interface SearchTermInterface
3939
* @param int|null $mode Used mode on LIKE search. See MODE_* constants. Defaults to
4040
* self::MODE_FULL
4141
*
42-
* @return array<string, array<string, array<string, string>>>|null
42+
* @return array<string, array<string, array<string, mixed>>>|null
4343
*/
4444
public static function getCriteria(
4545
array | string $column,

0 commit comments

Comments
 (0)