joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

switch to Squiz.WhiteSpace.MemberVarSpacing #207

Closed photodude closed 6 years ago

photodude commented 6 years ago

As of PHPCS 3.1 we no longer need one of our custom sniffs as Squiz.WhiteSpace.MemberVarSpacing now has a property spacingBeforeFirst which we can set to 0 to ensure there is no new line before the first member var.

This PR also drops HHVM from the 3.x branch and adds PHP 7.2 as an allowed failure.

photodude commented 6 years ago

Bump for merge consideration @mbabker