- Issue created by @FrancescoQ
- 🇮🇹Italy FrancescoQ
I found the issue: I further investigated, with xdebug and I got a bit more specific error:
ParseError: syntax error, unexpected 'bool' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /var/www/html/vendor/palantirnet/drupal-rector/src/Services/AddCommentService.php on line 16
That class uses typed properties, that cannot work with PHP 7.3 but only with PHP 7.4+
I don't know why composer allowed me to install the package without complaining (maybe it doesn't have the correct php requirement set in the composer.json?) anyway now it seems to work properly!