schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
427 stars 291 forks source link

Removed usage of deprecated AbstractNodeVisitor #587

Closed grossmannmartin closed 3 months ago

grossmannmartin commented 3 months ago
Q A
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets
License Apache2

Description

Using Twig\NodeVisitor\AbstractNodeVisitor is deprecated. This PR removes the usage of the AbstractNodeVisitor class and replaces it with implementing the NodeVisitorInterface. The support for Twig v1.X was dropped to do it safely.

Todos

goetas commented 3 months ago

thanks