issues
search
aik099
/
CodingStandard
The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5
stars
2
forks
source link
Validate "boolean not" spacing
#55
Closed
aik099
closed
9 years ago
aik099
commented
9 years ago
Need to validate/fix, that:
no whitespace present after
!
single space present before
!
(maybe don't check initially because of edge cases with IF statements where conditions split across several lines)
Need to validate/fix, that:
!
!
(maybe don't check initially because of edge cases with IF statements where conditions split across several lines)