Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
currently, the documentation for the Emoji component is a section in the documentation page of the string component:https://symfony.com/doc/current/string.html#working-with-emojis
This is quite confusing given that this component does not rely onsymfony/string (its input is a PHP string) nor has shortcuts insymfony/string at all (except in the Slugger, but this has a separate dedicated section in the page).
This documentation should be moved to a dedicated page (that could then become the documentation link used onhttps://symfony.com/components/Emoji)