The Emoji component should have its dedicated documentation #20114
Labels
Emoji
hasPR
A Pull Request has already been submitted for this issue.
help wanted
Issues and PRs which are looking for volunteers to complete them.
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 on
symfony/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 on https://symfony.com/components/Emoji)
The text was updated successfully, but these errors were encountered: