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

Null-safe operator is php 8.0+ only #360

Closed
ptdev opened this issue Apr 13, 2023 · 1 comment
Closed

Null-safe operator is php 8.0+ only #360

ptdev opened this issue Apr 13, 2023 · 1 comment

Comments

@ptdev
Copy link
Contributor

ptdev commented Apr 13, 2023

Hey,

The change introduced here appears to be using the null-safe operator that was apparently only introduced with php 8 while the documentation still states F3 minimum requirement is php5.6+

Updating a project on latest php 7.4 for example breaks with the following error

PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR)

Cheers 👍

@ikkez ikkez closed this as completed in db21f70 Apr 14, 2023
@ikkez
Copy link
Member

ikkez commented Apr 14, 2023

fixed

ikkez added a commit that referenced this issue Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants