We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d38cd9 commit 55be4caCopy full SHA for 55be4ca
src/State/ProviderInterface.php
@@ -26,6 +26,8 @@ interface ProviderInterface
26
{
27
/**
28
* Provides data.
29
+ *
30
+ * @return T|Pagination\PartialPaginatorInterface<T>|iterable<T>|null
31
*/
32
public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null;
33
}
0 commit comments