'PHP Code Sniffer ensure no space for control statements and phpdocs
To ensure there is a space between control statement and brackets we have a rule Squiz.WhiteSpace.ControlStructureSpacing. I need the exact opposite of that. To ensure there is no space like if() and do not allow if () And ensure phpdocs are used everywhere, functions, properties etc.
Why there is no documentation with the list of all rules and properties?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
