- First commit to issue fork.
Symfony/Component/EventDispatcher/Event is deprecated in Symfony 4.3 use Symfony/Contracts/EventDispatcher/Event instead
Create a new Drupal\Component\EventDispatcher\Event
class so that contrib/custom/core core can extend it. When Drupal 10 upgrades to Symfony 5, we can change the inheritance of that class to the one from Symfony Contracts, but contrib and custom code won't need to update since they'll only be referencing the Drupal version directly.
Because the deprecation is from Symfony, and Symfony itself is still using the deprecated event class, it is either hard or impossible to actually remove the deprecation message suppression.
Fixed
9.1
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.