8000 [Form] Refactor DefaultChoiceListFactory by vudaltsov · Pull Request #29731 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] Refactor DefaultChoiceListFactory #29731

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

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to 10000
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Improved ChoiceListViewBuilder phpdoc
  • Loading branch information
vudaltsov committed Jan 25, 2019
commit cdad209a57507ac368e623fe1e37d7ee8e37c73b
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
/**
* A convenient builder for creating {@link ChoiceListView} instances.
*
* @author Bernhard Schussek <bschussek@gmail.com>
* @author Valentin Udaltsov <udaltsov.valentin@gmail.com>
*
* @internal
*/
final class ChoiceListViewBuilder
{
Expand Down
0