Commit 7a672e8
committed
bug symfony#58823 [TwigBridge] Fix emojify as function in Undefined Handler (smnandre)
This PR was merged into the 7.1 branch.
Discussion
----------
[TwigBridge] Fix emojify as function in Undefined Handler
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #...
| License | MIT
Bug is a strong word here, but `emojify` was registered as a function in UndefinedCallableHandler, instead of a filter.
* https://symfony.com/doc/current/reference/twig_reference.html#emojify
* https://twig.symfony.com/doc/3.x/#symfony-filters
Commits
-------
cc93622 [TwigBridge] Fix emojify as function in Undefined Handler1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments