You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 67The text was updated successfully, but these errors were encountered: