File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ class HttpOperation extends Operation
58
58
* stale-if-error?: int,
59
59
* }|null $cacheHeaders {@see https://api-platform.com/docs/core/performance/#setting-custom-http-cache-headers}
60
60
* @param array<string, string>|null $headers
61
- * @param array{
61
+ * @param list< array{
62
62
* field: string,
63
63
* direction: string,
64
- * }|null $paginationViaCursor {@see https://api-platform.com/docs/core/pagination/#cursor-based-pagination}
64
+ * }> |null $paginationViaCursor {@see https://api-platform.com/docs/core/pagination/#cursor-based-pagination}
65
65
* @param array|null $normalizationContext {@see https://api-platform.com/docs/core/serialization/#using-serialization-groups}
66
66
* @param array|null $denormalizationContext {@see https://api-platform.com/docs/core/serialization/#using-serialization-groups}
67
67
* @param array|null $hydraContext {@see https://api-platform.com/docs/core/extending-jsonld-context/#hydra}
You can’t perform that action at this time.
0 commit comments