Problem/Motivation
This is for variable names in non-tests that are misspelled.
Steps to reproduce
Proposed resolution
- annot
- autofix
- colonpos
- frombracket
- pluralforms
- topop
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3392439
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:
- 3392439-fix-variable-name
changes, plain diff MR !4965
Comments
Comment #3
quietone commentedComment #4
quietone commentedComment #5
quietone commentedThere are more variable names to fix but they are they will require more discussion. In other words, these should be easy one so let's get this completed.
Comment #6
smustgrave commentedReplacement for the 6 words seem fine.
Comment #7
longwaveThese all look self-contained and uncontroversial. Renaming function arguments is OK as we don't support named arguments except in attribute constructors.
Committed ca9af3d and pushed to 11.x. Thanks!
Also backported to 10.2.x to keep things in sync, there are no BC concerns here.
Comment #12
quietone commented