-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency update + move Travis to GitHub Actions #616
Conversation
e612861
to
23647fb
Compare
ef60804
to
993f8e8
Compare
* In order to persist new translations, call mergeNewTranslations method, before flush | ||
* Returns translation for specific locale (creates new one if doesn't exists). If requested translation doesn't | ||
* exist, it will first try to fallback default locale If any translation doesn't exist, it will be added to | ||
* newTranslations collection. In order to persist new translations, call mergeNewTranslations method, before flush | ||
* | ||
* @param string $locale The locale (en, ru, fr) | null If null, will try with current locale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matthiasnoback Hey Matthias, your rule works great 👍 I try to use it everywhere to put lines into order :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh great, thanks for letting me know! If you find any issue... I'd happily improve the fixer.
Changes