-
Notifications
You must be signed in to change notification settings - Fork 555
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
PHP Fatal error AsseticFilterFunction may not inherit from final class (Twig_SimpleFunction) #835
Comments
only works for |
arf, I forgot that we add a class extending it here, and that Twig made them final. the work is almost done to get rid of it. I will work on it this evening. In the meantime, stick to Twig 1.x |
Any update on when this will get fixed? |
Symfony 3.3 now triggers an error for this. The "Twig_TokenParser_Include" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Twig_TokenParser_Embed" |
This can be easily fix with this patch: #854 |
Hey @stof, do you have an update on this? |
after running
composer update
on my project and afterrunning
app/console --env=test cache:clear
it failed with this error:The text was updated successfully, but these errors were encountered: