- 🇪🇸Spain jbarrantes
I made a patch that remove typed variables in some php classes, that allow to use this module on php 7.3
I am getting the following error with the latest rc5:
[error] ParseError: syntax error, unexpected 'ConfigFactoryInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in Composer\Autoload\includeFile()
Apparently, this seems to be related to a function that is not supported in PHP 7.3 that I am still using (still supported by Debian buster; not by Drupal).
Not sure if this needs to be fixed, but people still using Debian buster like me will not be able to use rc5 until they upgrade to bullseye.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I made a patch that remove typed variables in some php classes, that allow to use this module on php 7.3