This repository contains custom sniffs which are compatible with the PHP_CodeSniffer. Understand this package as a sniff pool which contains all needed custom sniffs for the various TYPO3 projects.
21
stars
10
forks
source link
[BUG] Check for default switch case is redunant #46
TYPO3SniffPool.ControlStructures.ValidDefaultStatementsInSwitches TYPO3SniffPool.ControlStructures.SwitchDeclaration.MissingDefault
These two rules/messages check for the same issue.