Skip to content

Commit 72a22d6

Browse files
committed
Merge branch '3.4' into 4.0
2 parents 7e9bfd5 + 4376fcb commit 72a22d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A parameter can alter the current Operation context, to do so use a `ApiPlatform
4343

4444
```php
4545
class GroupsParameterProvider implements ParameterProviderInterface {
46-
public function provider(Parameter $parameter, array $uriVariables = [], array $context = []): HttpOperation
46+
public function provide(Parameter $parameter, array $uriVariables = [], array $context = []): HttpOperation
4747
{
4848
$request = $context['request'];
4949
return $context['operation']->withNormalizationContext(['groups' => $request->query->all('groups')]);

0 commit comments

Comments
 (0)