Konafets / TYPO3SniffPool

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

Closed masi closed 9 years ago

masi commented 9 years ago

TYPO3SniffPool.ControlStructures.ValidDefaultStatementsInSwitches TYPO3SniffPool.ControlStructures.SwitchDeclaration.MissingDefault

These two rules/messages check for the same issue.

Konafets commented 9 years ago

Removed the redunant check from standard at https://github.com/typo3-ci/TYPO3CMS/commit/4ab79427e3dda0a2b90d9f4de86a179d604c93e3