https://symfony.com/doc/current/reference/configuration/twig.html#autoescape-service-method is not rendered properly right now. source code: ```rst If the service defined in ``autoescape_service`` is invocable (i.e. it defines the `__invoke() PHP magic method`_) you can omit this option. ``` ```rst .. _`__invoke() PHP magic method`: https://www.php.net/manual/en/language.oop5.magic.php#object.invoke ``` Rendered output: 