Skip to content

Commit

Permalink
minor twigphp#4068 fix class names (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.x branch.

Discussion
----------

fix class names

Commits
-------

bee4263 fix class names
  • Loading branch information
fabpot committed May 2, 2024
2 parents 0d1a937 + bee4263 commit 68e4e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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()``,
Expand Down

0 comments on commit 68e4e55

Please sign in to comment.