Problem/Motivation

When scanning this module with Upgrade Status, there is a warning about TypedDataResolver::getLabelByToken() missing its return statement.

Steps to reproduce

Use Upgrade Status to scan this module.

Proposed resolution

Add a return statement to match the parent method.

Remaining tasks

make an MR. I'm assigning this to myself since I plan to work on it right away.

Issue fork ctools-3609061

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
benstallings’s picture

The CI failures are unrelated to the changes in this MR.

liam morland’s picture

Status: Needs review » Reviewed & tested by the community