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] Switch-Case-Statements with negative number reports a missing whitspace #29

Closed andygrunwald closed 9 years ago

andygrunwald commented 10 years ago

I got a mail from Jigal van Hemert with a bug description:

switches with something like "case -1:" complain that there must a space between the operator and the value

Please check if this is a valid bug. If yes, just fix it :)

Konafets commented 9 years ago

Duplicate of #47.