ofbeaton / granite-php

Opinionated coding style enforcement for PHP.
https://github.com/ofbeaton/granite/wiki/PHP
MIT License
1 stars 0 forks source link

Warn on empty case without comment #9

Open ofbeaton opened 9 years ago

ofbeaton commented 9 years ago

We need a modification of Squiz.ControlStructures.SwitchDeclaration.EmptyCase that disallows empty case but does allow it if it contains a comment.