Skip to content

Commit d680ac0

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Fix package name for OvhCloud notifier Fix wrong key name
2 parents ac1d411 + b1f8f57 commit d680ac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ FreeMobile ``symfony/free-mobile-notifier`` ``freemobile://LOGIN:PASSWORD@defa
6262
Infobip ``symfony/infobip-notifier`` ``infobip://TOKEN@default?from=FROM``
6363
Mobyt ``symfony/mobyt-notifier`` ``mobyt://USER_KEY:ACCESS_TOKEN@default?from=FROM``
6464
Nexmo ``symfony/nexmo-notifier`` ``nexmo://KEY:SECRET@default?from=FROM``
65-
OvhCloud ``symfony/ovhcloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
65+
OvhCloud ``symfony/ovh-cloud-notifier`` ``ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME``
6666
Sendinblue ``symfony/sendinblue-notifier`` ``sendinblue://API_KEY@default?sender=PHONE``
6767
Sinch ``symfony/sinch-notifier`` ``sinch://ACCOUNT_ID:AUTH_TOKEN@default?from=FROM``
6868
Smsapi ``symfony/smsapi-notifier`` ``smsapi://TOKEN@default?from=FROM``

reference/forms/types/options/choice_attr.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If an array, the keys of the ``choices`` array must be used as keys::
4949

5050
// ...
5151
$builder->add('choices', ChoiceType::class, [
52-
'choice_label' => ChoiceList::attr($this, function (?Category $category) {
52+
'choice_attr' => ChoiceList::attr($this, function (?Category $category) {
5353
return $category ? ['data-uuid' => $category->getUuid()] : [];
5454
}),
5555
]);

0 commit comments

Comments
 (0)