KnpLabs/rad-auto-registration

Deprecation notice is thrown for twig extension even when twig autoregistration is not enabled

Opened this issue · 1 comments

Given symfony 3.0
and the following config:

knp_rad_auto_registration:
    enable:
        form_type_extension: ~

The possibility to register the same extension twice ("$extension") is deprecated since version 1.23 and will be removed in Twig 2.0. Use proper PHP inheritance instead.
for each extension available in the codebase. The most irritating thing is that twig extensions autoregistration is not enabled. How can we fix it?