We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1fab1 commit c018198Copy full SHA for c018198
src/Rest/Interfaces/SearchTermInterface.php
@@ -39,7 +39,7 @@ interface SearchTermInterface
39
* @param int|null $mode Used mode on LIKE search. See MODE_* constants. Defaults to
40
* self::MODE_FULL
41
*
42
- * @return array<string, array<string, array<string, string>>>|null
+ * @return array<string, array<string, array<string, mixed>>>|null
43
*/
44
public static function getCriteria(
45
array | string $column,
0 commit comments