mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 22:07:40 +00:00
8330936415
Safe classes only impact the auto-escaping of the string casting of instance of those classes. By defining that this method only expects names of stringable classes, it allows static analysis tools to report non-working configurations (for instance for people thinking this would impact the auto-escaping for values returned by getters of a safe class).