Problem/Motivation
In Drupal 11.4, phpstan is saying,
[path]/feeds/src/Event/EventDispatcherTrait.php (in context of class Drupal\feeds\FeedHandlerBase) 27 Drupal\Core\DependencyInjection\DependencySerializationTrait does not support private properties.
Proposed resolution
Not sure yet, but I'm assigning this to myself to investigate.
Issue fork feeds-3615089
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
benstallings commentedComment #4
megachrizThanks for your contribution! The test failures look unrelated, so I scheduled the merge.
Comment #6
megachrizApparently, tests must be fixed first before this can be merged.
Comment #7
megachrizComment #9
megachrizMeanwhile I fixed the tests in #3615467: Fix tests and then I could merge this!