We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8f409 commit a3e4829Copy full SHA for a3e4829
core/dto.md
@@ -272,7 +272,8 @@ final class BookProvider implements ProviderInterface
272
private readonly ProviderInterface $collectionProvider,
273
) {}
274
275
- public function provide(Operation $operation, array $uriVariables = [], array $context = []): ?PostalAddress
+ /** @return array<Book> */
276
+ public function provide(Operation $operation, array $uriVariables = [], array $context = []): array
277
{
278
$resources = $this->collectionProvider->provide($operation, $uriVariables, $context);
279
0 commit comments