Problem/Motivation
The ConfigTarget::__construct() documentation for the toConfig parameter references ToConfig::NoMapping when the correct enum name is ToConfig::NoOp.
Proposed resolution
Update documented enum name.
Remaining tasks
User interface changes
n/a
Introduced terminology
n/a
API changes
n/a
Data model changes
n/a
Release notes snippet
n/a
Issue fork drupal-3480293
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
gappleFound a couple more incorrect references
Comment #4
smustgrave commentedSeems correct
Searched the repo for NoMapping and these were the only instances.
Comment #5
alexpottCommitted and pushed ba24f059677 to 11.x and 78e8f760984 to 11.1.x and b4e268fdae4 to 11.0.x and c92e4d23b76 to 10.4.x and c26c5ee4133 to 10.3.x. Thanks!
Committed e977788 and pushed to 10.5.x. Thanks!
Backported everywhere due to this being a docs fix.