Skip to content

1.0.0

Compare
Choose a tag to compare
@aboks aboks released this 26 Jun 14:19
· 84 commits to master since this release

From this release, the sniffs are supported (only) with PHP_CodeSniffer version 3.x.

The sniff classes have been renamed in accordance with the namespacing requirement of PHP_CodeSniffer 3.

  • Moxio_Sniffs_PHP_DisallowBareContinueInSwitchSniff -> Moxio\Sniffs\PHP\DisallowBareContinueInSwitchSniff
  • Moxio_Sniffs_PHP_DisallowImplicitLooseComparisonSniff -> Moxio\Sniffs\PHP\DisallowImplicitLooseComparisonSniff
  • Moxio_Sniffs_Abstract_AbstractFunctionCallSniff -> Moxio\Sniffs\AbstractFunctionCallSniff

Thanks to Petr Bugyík (@o5) for testing this version with the final 3.x release of PHP_CodeSniffer.