Skip to content

Commit 684b5f0

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 3c0bfe3 + 0b965da commit 684b5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authorization/AuthorizationCheckerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
interface AuthorizationCheckerInterface
2020
{
2121
/**
22-
* Checks if the attributes are granted against the current authentication token and optionally supplied subject.
22+
* Checks if the attribute is granted against the current authentication token and optionally supplied subject.
2323
*
2424
* @param mixed $attribute A single attribute to vote on (can be of any type, string and instance of Expression are supported by the core)
2525
* @param mixed $subject

0 commit comments

Comments
 (0)