-
Notifications
You must be signed in to change notification settings - Fork 167
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
Please fix with php 7.4 #96
Comments
Maybe you could submit a pull request? 7.4 is not yet officially released, but if you need it now you could help the community by helping to make the code ready for the release. That's the beauty of open source. |
Fixed in #93 :) |
@Nelie-Taylor, this is the fix I have done and worked for me. I am using the package from my private repo as this one is not maintained anymore. I do suggest you to fork the repo to your account and use it from there after adding the fix. Good luck foreach ($allLanguages as $languageKey) {
$original[$languageKey] =
isset($values[$languageKey])
? $values[$languageKey]
: (isset($filesContent[$fileName][$languageKey][$key]) ? $filesContent[$fileName][$languageKey][$key] : '');
} |
@adelynx worked for me thanks alot |
@adelynx worked for me too, thanks |
Description:
Steps to reproduce:
Thank you so much.
The text was updated successfully, but these errors were encountered: