ongr-archive / ongr-strict-standard

[NOT MAINTAINED] Strict PHPCS standard for PSR-2 code based on Squiz standards
MIT License
13 stars 14 forks source link

[v1] Spaces around switch condition are not checked #94

Closed GrandLTU closed 9 years ago

GrandLTU commented 9 years ago

All of these are valid:

switch($format){
switch ($format){
switch($format) {
switch ($format) {