Method "Symfony\Component\DependencyInjection\ContainerInterface::get()" will return "?object" as of its next major version. Doing the same in implementation "Drupal\Component\DependencyInjection\Container" will be required when upgrading.
In Symfony 5.4 the above deprecation warning is given that in Symfony 6 the return value must be of the type object. The service "update.root" however returns a string value instead of the in Symfony 6 required object type.
Refactor the service "update.root" as that it is no longer used or does return an object.
The return type hint will be added in #3238485: [Symfony 6] Add return type hints to the class methods of Drupal\Component\DependencyInjection\Container β .
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.