acquia / coding-standards-php

PHP_CodeSniffer rules (sniffs) for Acquia coding standards
GNU General Public License v2.0
19 stars 13 forks source link

Operator spacing sniff #56

Closed danepowell closed 1 year ago

danepowell commented 1 year ago

Prevents ugliness like if ($a=='b') {

danepowell commented 1 year ago

Merging this now since develop is essentially the unstable 2.x branch right now.