qossmic / deprecation-detector

MIT License
390 stars 40 forks source link

\Twig_Extension_InitRuntimeInterface not recognized? #114

Open althaus opened 8 years ago

althaus commented 8 years ago

Hey,

first: thanks for your nifty tool. It really eases upgrading. :)

I've got a custom TwigExtension which uses the @\Twig_Environment@ in a lot of places. Instead of refactoring all filters/functions I've implemented the @\Twig_Extension_InitRuntimeInterface@ as statet in the upgrade docs. Afterwards The deprecation detector still claims a deprecation.:

Overriding deprecated method Acme\HelloBundle\Twig\Extension\AcmeExtension->initRuntime() since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterface instead

Cheers Matthias