Skip to content

Commit

Permalink
Fix symfony request state provider
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Nov 10, 2023
1 parent 58a216d commit 0e0d1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/Symfony/Request/State/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(
) {
}

public function provide(Operation $operation, Context $context): object|iterable|null
public function provide(Operation $operation, Context $context): object|array|null
{
$request = $context->get(RequestOption::class)?->request();
$repository = $operation->getRepository();
Expand Down

0 comments on commit 0e0d1fa

Please sign in to comment.