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

[TASK] Remove WhiteSpace.AsteriksWhitespacesSniff #48

Closed Konafets closed 9 years ago

Konafets commented 9 years ago

PHP_CodeSniffer comes with a proper sniff [1] which checks the same and works even better. We will refer to this in TYPO3CMS standard.

[1] https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php