Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Sep 2017 at 16:49 UTC
Updated:
26 Oct 2017 at 10:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mfernea commentedHere is the patch.
Comment #3
mfernea commentedI updated the modifications to phpcs.xml.dist.
Comment #4
zaporylieComment #5
zaporylieSorry but patch #3 does not apply and needs to be rerolled
Comment #6
zaporylieComment #7
reflie commentedHere is reroll.
Comment #8
andriyun commentedSeems like we have to move this issue to postponed until at least issue #2909372: Enable 'Drupal.Commenting.VariableComment.MissingVar' coding standard will not be fixed.
Patch in comment https://www.drupal.org/node/2909372#comment-12290589 introduce new fails
which don't visible for
Drupal.Commenting.VariableComment.InlineVariableNamenowComment #9
zaporylieSounds valid!
Comment #10
mfernea commentedPlease let me disagree. :)
This patch is a lot simpler than the one at #2909372: Enable 'Drupal.Commenting.VariableComment.MissingVar' coding standard. Indeed, there might by some extra work to do on that ticket if this one gets merged, but I don't see this as a big problem.
Comment #11
zaporylieChanges to phpcs.xml.dist must be included in the patch, otherwise LGTM
Comment #12
mfernea commentedChanges included.
Comment #13
zaporyliePerfect. Patch applies and phpcs gives no error. We still must wait for DrupalCI to complete test build but it looks RTBC to me.
Comment #14
alexpottAdded @zaporylie to credit list for reviews that ensured phpcs.xml.dist was included in the patch.
Comment #15
alexpottCommitted and pushed b85856f417 to 8.5.x and f2fddd2f23 to 8.4.x. Thanks!
As this only changed code comments backported to 8.4.x to keep code in sync to make bug fixing easier.