Skip to content
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

Remove third parameter from createFormBuilder call #6315

Closed
wants to merge 2 commits into from

Conversation

Hocdoc
Copy link
Contributor

@Hocdoc Hocdoc commented Mar 1, 2016

No description provided.

@@ -526,7 +526,7 @@ by ``handleRequest()`` to determine whether a form has been submitted):

public function searchAction()
{
$formBuilder = $this->createFormBuilder('form', null, array(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Hocdoc, actually you should remove 'form' instead of null

@Hocdoc
Copy link
Contributor Author

Hocdoc commented Mar 1, 2016

Oops, you are right. I've adapted the PR.

@HeahDude
Copy link
Contributor

HeahDude commented Mar 1, 2016

👍

1 similar comment
@xabbuh
Copy link
Member

xabbuh commented Mar 1, 2016

👍

@wouterj
Copy link
Member

wouterj commented Mar 5, 2016

thanks @Hocdoc! I've merged your changes into the 2.3 branch (that's why this PR seems like its closed instead of merged). I'll take care of merging it into the newer versions from there.

wouterj added a commit that referenced this pull request Mar 5, 2016
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #6315).

Discussion
----------

Remove third parameter from createFormBuilder call

Commits
-------

162895b Remove third parameter from createFormBuilder call
@wouterj wouterj closed this Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants