Skip to content

Commit 603fa8d

Browse files
committed
Merge branch '5.1'
* 5.1: fix: clarify parameter name to comply with deprecations from #34074 [Sendgrid-Mailer] Fixed envelope recipients on sendgridApiTransport mark the AssertingContextualValidator class as internal Fix the parameter names in the SecurityFactoryInterface::create() method [Serializer][ClassDiscriminatorMapping] Fix getMappedObjectType() when a discriminator child extends another one make return type correct
2 parents 45d1b98 + c761866 commit 603fa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Security/Factory/SecurityFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface SecurityFactoryInterface
2929
* - the listener id
3030
* - the entry point id
3131
*/
32-
public function create(ContainerBuilder $container, string $id, array $config, string $userProvider, ?string $defaultEntryPoint);
32+
public function create(ContainerBuilder $container, string $id, array $config, string $userProviderId, ?string $defaultEntryPointId);
3333

3434
/**
3535
* Defines the position at which the provider is called.

0 commit comments

Comments
 (0)