You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#44901 [Translation] fixed help text of translation provider commands (m2mtech)
This PR was merged into the 5.3 branch.
Discussion
----------
[Translation] fixed help text of translation provider commands
| Q | A
| ------------- | ---
| Branch? | 5.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
The current description of the domains option does not match the code (there is no string to array functionality in the given code) or the standard [behavior of console commands](https://symfony.com/doc/current/console/input.html).
This fix just changes the text of the help description - no actual code is changed.
Commits
-------
533aac8 fixed help text
0 commit comments