Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [String] Fix some spellings in `EnglishInflector`
  [TwigBridge] Fix emojify as function in Undefined Handler
  • Loading branch information
nicolas-grekas committed Nov 13, 2024
2 parents e34839a + 535ab0b commit 4fc9a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UndefinedCallableHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
class UndefinedCallableHandler
{
private const FILTER_COMPONENTS = [
'emojify' => 'emoji',
'humanize' => 'form',
'form_encode_currency' => 'form',
'serialize' => 'serializer',
Expand All @@ -37,7 +38,6 @@ class UndefinedCallableHandler
'asset_version' => 'asset',
'importmap' => 'asset-mapper',
'dump' => 'debug-bundle',
'emojify' => 'emoji',
'encore_entry_link_tags' => 'webpack-encore-bundle',
'encore_entry_script_tags' => 'webpack-encore-bundle',
'expression' => 'expression-language',
Expand Down

0 comments on commit 4fc9a3d

Please sign in to comment.