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

PHP 5.6 Unexpected '?' #392

Open
imReallyUnoriginal opened this issue Dec 4, 2024 · 2 comments
Open

PHP 5.6 Unexpected '?' #392

imReallyUnoriginal opened this issue Dec 4, 2024 · 2 comments

Comments

@imReallyUnoriginal
Copy link

Caused by #391, the syntax to have a nullable type using a question mark before it wasn't added until PHP 7.1, so AbstractProcessor throws an error on line 67

@TheDigitalOrchard
Copy link

PHP 5.6 is End-of-Life. Is there any particular reason that you're staying on that version and can't upgrade?

@imReallyUnoriginal
Copy link
Author

I am working on a very large project with a lot of technical debt. We're in the process of moving to PHP 7, but the point is, this package states it supports PHP 5.6 in the composer.json file. So it should either be updated to reflect its actual PHP support (7.1+) or we need to look at a solution that works in both versions

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