Problem/Motivation
Drupal.Commenting.VariableComment.MissingVar is not yet enabled and there are too many changes for a single issue. This is to fix any that have a default value.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3467405
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:
- 3467405-missing-var-annotation
changes, plain diff MR !9162
Comments
Comment #3
quietone commentedComment #4
smustgrave commentedSeems straight forward. Was curious where the subtractions came from and see
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php where the @var value was above the description. So that seems fine
Rest LGTM
Comment #5
catchphpcs isn't happy locally:
This one is because of the @todo above I think.
Comment #6
quietone commentedI removed the @todo because the missing summary line will be discovered when enabling "Drupal.Commenting.VariableComment.Missing" as part of #2909364: [meta] Fix 'Drupal.Commenting.VariableComment' coding standard. And then change NULL to null.
Comment #7
mstrelan commentedRe-titling as this appears to be addressing properties rather than params.
Comment #8
smustgrave commentedFeedback appears to be addressed
Comment #9
catchNeeds a rebase.
Comment #10
quietone commentedRebase with one conflict in \Drupal\FunctionalTests\Update\UpdatePathTestBase
Comment #14
catchCommitted/pushed to 11.x and cherry-picked to 11.0.x and 10.4.x. Doesn't cherry-pick cleanly to 10.3.x but I think that's OK.