WordPress-Coding-Standards/WordPress-Extra
JDGrimes 4bf659abf2 Improve fixes for PEAR.Files.IncludingFile.BracketsNotRequired
Adds two sniffs that correct spacing on either side of the `require*`
after the parentheses are removed:

- `Squiz.WhiteSpace.SemicolonSpacing` (added to `Core`) — Requires no
  whitespace before the semicolon.
- `Squiz.WhiteSpace.LanguageConstructSpacing` (added to `Extra`) —
  Requires exactly one space after a control structure.

Fixes #1153
2017-10-09 18:23:20 +02:00
..
ruleset.xml Improve fixes for PEAR.Files.IncludingFile.BracketsNotRequired 2017-10-09 18:23:20 +02:00