Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16bcc43

Browse files
committed
Update for 7.1
1 parent03baa15 commit16bcc43

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎src/Symfony/Component/Form/CHANGELOG.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
7.1
5+
---
6+
7+
* Deprecate not configuring the`default_protocol` option of the`UrlType`, it will default to`null` in 8.0
8+
49
7.0
510
---
611

@@ -18,7 +23,6 @@ CHANGELOG
1823
* Deprecate`PostSubmitEvent::setData()`, use`PreSubmitDataEvent::setData()` or`SubmitDataEvent::setData()` instead
1924
* Add`duplicate_preferred_choices` option in`ChoiceType`
2025
* Add`$duplicatePreferredChoices` parameter to`ChoiceListFactoryInterface::createView()`
21-
* Deprecate not configuring the`default_protocol` option of the`UrlType`, it will default to`null` in 7.0
2226

2327
6.3
2428
---

‎src/Symfony/Component/Form/Extension/Core/Type/UrlType.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function configureOptions(OptionsResolver $resolver): void
4040
{
4141
$resolver->setDefaults([
4242
'default_protocol' =>staticfunction (Options$options) {
43-
trigger_deprecation('symfony/form','6.4','Not configuring the "default_protocol" option is deprecated. It will default to "null" in7.0.');
43+
trigger_deprecation('symfony/form','7.1','Not configuring the "default_protocol" optionwhen using the UrlTypeis deprecated. It will default to "null" in8.0.');
4444

4545
return'http';
4646
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp