-
Notifications
You must be signed in to change notification settings - Fork 824
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
Fix i18nTextCollector produces corrupt output / namespaces when running under PHP8.0 #10228
Fix i18nTextCollector produces corrupt output / namespaces when running under PHP8.0 #10228
Conversation
Thanks for the contribution @bimthebam. |
Hi @michalkleiner I've just updated |
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.
Even though I didn't run this locally I'm ok with this change since it doesn't break the existing tests and the change to the test (referencing the Versioned class by its FQDN) should not change the logic of it
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.
Looks good. Have tested locally and not encountered any issues.
…ng under PHP8.0 (silverstripe#10228) * FIX i18nTextCollector produces corrupt output / namespaces when running under PHP8.0
…ng under PHP8.0 (silverstripe#10228) * FIX i18nTextCollector produces corrupt output / namespaces when running under PHP8.0
This PR fixes the buggy behaviour of the i18nTextCollector (#10227 ) when running under PHP8.0