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 dab922f commit 3d76e11Copy full SHA for 3d76e11
src/Rest/Interfaces/SearchTermInterface.php
@@ -37,7 +37,7 @@ interface SearchTermInterface
37
* @param int|null $mode Used mode on LIKE search. See MODE_* constants. Defaults to
38
* self::MODE_FULL
39
*
40
- * @return array<string, array<string, array<string, string>>>|null
+ * @return array<string, array<string, array<string, mixed>>>|null
41
*/
42
public static function getCriteria(
43
array | string $column,
0 commit comments