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

Empty line should be allowed before block comment #9

Closed tdmalone closed 6 years ago

tdmalone commented 6 years ago

Squiz.Commenting.BlockComment.HasEmptyLineBefore

It's a bit of a useless rule, as an empty line before a comment might actually be useful for separation.

amritcheema25 commented 6 years ago

Exclude Squiz.Commenting.BlockComment.NoEmptyLineBefore to fix it.

amritcheema25 commented 6 years ago

Updated in github. Refer to commit : https://github.com/ChromatixAU/phpcs-config-chromatix/commit/d2f6b78da2d76062fe30f4b36c8e851578b47ca0