Automattic / VIP-Coding-Standards

PHP_CodeSniffer ruleset to enforce WordPress VIP coding standards.
https://wpvip.com/documentation/how-to-install-php-code-sniffer-for-wordpress-com-vip/
Other
236 stars 40 forks source link

CS: Remove extra line at end of classes #756

Closed GaryJones closed 1 year ago

GaryJones commented 1 year ago

Per https://github.com/WordPress/WordPress-Coding-Standards/issues/2254, the VIPCS classes need fixes for PSR2.Classes.ClassDeclaration.CloseBraceAfterBody. This allows our composer cs check to pass when using the develop branch of WPCS.