Skip to content
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

Legacy package uses PHP 8 syntax #1058

Open
gvidasdgn opened this issue Dec 11, 2024 · 1 comment
Open

Legacy package uses PHP 8 syntax #1058

gvidasdgn opened this issue Dec 11, 2024 · 1 comment
Labels
bug Something isn't working triage Need triage

Comments

@gvidasdgn
Copy link

The legacy package (dev-legacy-v25.0.0) has 2 lines of code with PHP 8 syntax, using the null safe operator (?->)

if ($localServicesLead?->getContactDetails()?->getEmail()) {

if ($localServicesLeadConversation?->getMessageDetails()?->getText()) {

@gvidasdgn gvidasdgn added bug Something isn't working triage Need triage labels Dec 11, 2024
@fiboknacky
Copy link
Member

Thanks for reporting. Will work on it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Need triage
Projects
None yet
Development

No branches or pull requests

2 participants