- π©πͺGermany Anybody Porta Westfalica
Still an issue in 4.x? Then please switch the version and provide a MR for review to speed things up here. Thanks!
The class Drupal\restrict_ip\Service\RestrictIpService has several methods designated as private, which keeps them from being overridden in a subclass when needed.
Change the visibility modifier on private methods and members to be protected instead. This will allow subclasses to override as necessary, but will still be hidden from classes that do not extend Drupal\restrict_ip\Service\RestrictIpService
Determine if other visibility modifiers on other classes need to be made.
None.
API changed per proposed resolution.
None.
None.
Postponed: needs info
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Still an issue in 4.x? Then please switch the version and provide a MR for review to speed things up here. Thanks!