Problem/Motivation

phpstan is saying,

Logger assigned from LoggerChannelFactory in a class using DependencySerializationTrait will break serialization. Inject a named logger channel service directly (e.g. @logger.channel.my_channel) instead.

Steps to reproduce

Scan the module with phpunit or Upgrade Status.

Proposed resolution

Inject the logger channel service.

Remaining tasks

Make an MR.

Issue fork queue_ui-3619366

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