Skip to content

Commit c761866

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [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 7e64ee9 + ad02627 commit c761866

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)