We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AsseticTokenParser.php still relies on getFilename() method (L116) which is not available anymore
Steps to reproduce: 1- Use a bad token in any TWIG file in a symfony projet (e.g. git conflict header) 2- Run app/console assetic:dump
Error: Attempted to call an undefined method named "getFilename" of class "Twig_TokenStream".
The text was updated successfully, but these errors were encountered:
This issue was solved by #845 . I just faced this issue and was able to solve it using this PR.
Sorry, something went wrong.
Assetic lives on at https://github.com/assetic-php/assetic & under assetic/framework on Packagist. We've just released the 2.0 release that addresses a number of existing issues and dependency updates, see https://github.com/assetic-php/assetic/releases/tag/v2.0.0 for more information! Please try it out and let us know if you have any issues!
assetic/framework
No branches or pull requests
AsseticTokenParser.php still relies on getFilename() method (L116) which is not available anymore
Steps to reproduce:
1- Use a bad token in any TWIG file in a symfony projet (e.g. git conflict header)
2- Run app/console assetic:dump
Error: Attempted to call an undefined method named "getFilename" of class "Twig_TokenStream".
The text was updated successfully, but these errors were encountered: