minor #4068 fix class names (xabbuh)

This PR was merged into the 3.x branch.

Discussion
----------

fix class names

Commits
-------

bee4263c fix class names
This commit is contained in:
Fabien Potencier
2024-05-02 10:18:08 +02:00
+2 -2
View File
@@ -3,8 +3,8 @@
* Make `CoreExtension::formatDate`, `CoreExtension::convertDate`, and
`CoreExtension::formatNumber` part of the public API
* Add `needs_charset` option for filters and functions
* Extract the escaping logic from the `EscapingExtension` class to a new
`EscapingRuntime` class.
* Extract the escaping logic from the `EscaperExtension` class to a new
`EscaperRuntime` class.
The following methods from ``Twig\\Extension\\EscaperExtension`` are
deprecated: ``setEscaper()``, ``getEscapers()``, ``setDefaultStrategy()``,