ChromatixAU / phpcs-config-chromatix

Chromatix custom config for phpcs. Based heavily on the WordPress Coding Standards but with some of our own too.
https://www.chromatix.com.au
MIT License
1 stars 0 forks source link

Require closing comments on long conditions #13

Open tdmalone opened 7 years ago

tdmalone commented 7 years ago

There is a potential rule we could use for this - Squiz.Commenting.LongConditionClosingComment - but it seems to require the exact specified comment format, when we'd rather be a bit more custom and say the comment must refer to what the block was doing.