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] Redundant check for valid break statements in switch structures #56

Closed Konafets closed 9 years ago

Konafets commented 9 years ago

Sniffs/ControllStructures/ValidBreakStatementsInSwitches checks for the multiple break statements. This is already done by Sniffs/ControlStructures/SwitchDeclarationSniff.

Remove the first sniff.

Depends on #46.