Problem/Motivation

In Drupal 11, phpstan is saying,

Drupal\Core\DependencyInjection\DependencySerializationTrait does not support private properties.

Steps to reproduce

Scan the module with phpstan or Upgrade Status.

Proposed resolution

Make the offending properties protected rather than private.

Remaining tasks

Make an MR.

Issue fork queue_ui-3619363

Command icon 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

benstallings created an issue. See original summary.

benstallings’s picture

Assigned: benstallings » Unassigned
Status: Active » Needs review