Skip to content

Commit 0d6ab1e

Browse files
committed
#107763 phpDoc fix
1 parent f7ab698 commit 0d6ab1e

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)