Closed (fixed)
Project:
Coder
Version:
8.x-3.x-dev
Component:
Coder Sniffer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Sep 2017 at 00:28 UTC
Updated:
25 Jun 2019 at 13:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
zaporylieBriefly talked with @klausi and adding new sniff doesn't sound like a bad option.
Comment #3
zaporylie...or not :) We already have Drupal.Commenting.VariableComment.MissingVar and put it there? Alternatively, as in VariableCommentSniff from upstream Squiz/Sniffs, we can use Drupal.Commenting.VariableComment.Missing
Comment #4
zaporylieHere's the patch that syncs downstream VariableComment.Missing.
Comment #5
klausiNice, looks good! Can you file a pull request against https://github.com/pfrenssen/coder so that we see the tests run there?
Comment #6
zaporyliehttps://github.com/pfrenssen/coder/pull/50
Comment #7
klausiCommitted, thanks a lot!