8000 [Form] Fix Descriptor tests by ogizanagi · Pull Request #24059 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] Fix Descriptor tests #24059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to 8000
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"choice_translation_domain",
"choice_value",
"choices",
"choices_as_values",
"expanded",
"group_by",
"multiple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
choice_translation_domain empty_data auto_initialize csrf_protection
choice_value error_bubbling block_name csrf_token_id
choices by_reference csrf_token_manager
choices_as_values data
expanded disabled
group_by inherit_data
multiple label
placeholder label_attr
preferred_choices label_format
expanded data
group_by disabled
multiple inherit_data
placeholder label
preferred_choices label_attr
label_format
mapped
method
post_max_size_message
Expand Down
0