Skip to content

Commit 55be4ca

Browse files
tyxsoyuka
authored andcommitted
fix: get back return phpdoc on ProviderInterface
During migration from 2.7 to 3.0 I noticed we lost this very useful return
1 parent 6d38cd9 commit 55be4ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/State/ProviderInterface.php

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ interface ProviderInterface
2626
{
2727
/**
2828
* Provides data.
29+
*
30+
* @return T|Pagination\PartialPaginatorInterface<T>|iterable<T>|null
2931
*/
3032
public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null;
3133
}

0 commit comments

Comments
 (0)