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

Fixed little typo with a twig example #5866

Closed
wants to merge 1 commit into from
Closed

Conversation

artf
Copy link
Contributor

@artf artf commented Nov 5, 2015

Q A
Doc fix? yes
New docs? no
Applies to 2.7

Was stuck with this throw:

 Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::searchAndRenderBlock() must be an instance of Symfony\Component\Form\FormView, string given, called in....

Was stuck with this throw:
 Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::searchAndRenderBlock() must be an instance of Symfony\Component\Form\FormView, string given, called in....
xabbuh added a commit that referenced this pull request Nov 5, 2015
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5866).

Discussion
----------

Fixed little typo with a twig example

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.7
Was stuck with this throw:
```
 Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Argument 1 passed to Symfony\Component\Form\FormRenderer::searchAndRenderBlock() must be an instance of Symfony\Component\Form\FormView, string given, called in....
```

Commits
-------

758e5c9 Fixed little typo with a twig example
@xabbuh
Copy link
Member

xabbuh commented Nov 5, 2015

Thank you @artf. That's a really good catch. I merged your changes into the 2.3 branch which was affected too. That's why your pull request is shown as closed. But we merge branches up until master so your changes will be available in all maintained branches soon. Once again thank you very much for your contribution!

@xabbuh xabbuh closed this Nov 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants