fix: #3615089 DependencySerializationTrait does not support private properties

EventDispatcherTrait declared $_eventDispatcher as private, which phpstan-drupal's DependencySerializationTraitPropertyRule flags for any class using DependencySerializationTrait (FeedHandlerBase, FeedsExecutable, State). Changed to protected per https://www.drupal.org/node/3110266.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

Closes #3615089

Merge request reports

Loading