- Issue created by @sebaz
- π΅π±Poland sebaz
Uploaded patch consider rector's patch for Drupal 11 compatibility.
- π΅π±Poland sebaz
Constructor property promotion is only allowed since PHP 8.0, change to older property declaration
This patch allows this module to work on lower PHP 7.4 for sure. tested on production.
- πΊπΈUnited States chrissnyder Maryland
When I create modules/libraries I normally target the supported versions. This allows the use of the latest features of the language/framework and makes maintaining it easier.
PHP 7 and PHP 8.0 are currently EoL (End of Life). Drupal 8 and 9 are also considered EoL. When I create code i normally target the supported versions.
What version of Drupal and PHP are you trying to use this module on?
And thank you for submitting a patch that can be used by others who many be trying to use this module on older versions.