Skip to content

Commit 4fc9a3d

Browse files
Merge branch '7.1' into 7.2
* 7.1: [String] Fix some spellings in `EnglishInflector` [TwigBridge] Fix emojify as function in Undefined Handler
2 parents e34839a + 535ab0b commit 4fc9a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UndefinedCallableHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
class UndefinedCallableHandler
2424
{
2525
private const FILTER_COMPONENTS = [
26+
'emojify' => 'emoji',
2627
'humanize' => 'form',
2728
'form_encode_currency' => 'form',
2829
'serialize' => 'serializer',
@@ -37,7 +38,6 @@ class UndefinedCallableHandler
3738
'asset_version' => 'asset',
3839
'importmap' => 'asset-mapper',
3940
'dump' => 'debug-bundle',
40-
'emojify' => 'emoji',
4141
'encore_entry_link_tags' => 'webpack-encore-bundle',
4242
'encore_entry_script_tags' => 'webpack-encore-bundle',
4343
'expression' => 'expression-language',

0 commit comments

Comments
 (0)