Skip to content

Commit ded0696

Browse files
authored
Merge pull request #2 from ensi-platform/task-107763
#107763 phpDoc fix
2 parents f7ab698 + 0d6ab1e commit ded0696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Filters/ExtraFilter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ public static function dateLessOrEqual(string $name, ?string $internalName = nul
108108
* }, [
109109
* ExtraFilter::greater('children_value'),
110110
* ]);
111-
* @param array|Filter[] $filters
112-
* @return array|AllowedFilter[]
111+
* @param array|AllowedFilter[] $filters
112+
* @return array|NestedFilter[]
113113
*/
114114
public static function nested(string|Closure $relation, array $filters): array
115115
{

0 commit comments

Comments
 (0)