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.
2 parents f7ab698 + 0d6ab1e commit ded0696Copy full SHA for ded0696
src/Filters/ExtraFilter.php
@@ -108,8 +108,8 @@ public static function dateLessOrEqual(string $name, ?string $internalName = nul
108
* }, [
109
* ExtraFilter::greater('children_value'),
110
* ]);
111
- * @param array|Filter[] $filters
112
- * @return array|AllowedFilter[]
+ * @param array|AllowedFilter[] $filters
+ * @return array|NestedFilter[]
113
*/
114
public static function nested(string|Closure $relation, array $filters): array
115
{
0 commit comments