Automatically closed - issue fixed for 2 weeks with no activity.
\Drupal\Tests\package_manager\Kernel\TestStageTrait::dispatch()
does this:
catch (StageException $e) {
// Attach the event object to the exception so that test code can verify
// that the exception was thrown when a specific event was dispatched.
$e->event = $event;
throw $e;
}
This is deprecated in PHP 8.2 and will be removed in PHP 9. See https://wiki.php.net/rfc/deprecate_dynamic_properties.
Drupal core will not accept new uses of deprecated language features. See #3275851: [META] Fix PHP 8.2 dynamic property deprecations → .
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.