Skip to content

1.5.6

Compare
Choose a tag to compare
@gsherwood gsherwood released this 04 Dec 22:38
· 5170 commits to master since this release
  • JS tokenizer now detects xor statements correctly
  • The --config-show command now pretty-prints the config values
    • Thanks to Ken Guest for the patch
  • Setting and removing config values now catches exceptions if the config file is not writable
    • Thanks to Ken Guest for the patch
  • Setting and removing config values now prints a message to confirm the action and show old values
  • You can now get PHP_CodeSniffer to ignore a single line by putting @codingStandardsIgnoreLine in a comment
    • When the comment is found, the comment line and the following line will be ignored
    • Thanks to Andy Bulford for the contribution
  • Generic ConstructorNameSniff no longer errors for PHP4 style constructors when __construct() is present
    • Thanks to Thibaud Fabre for the patch
  • Fixed bug #280 : The --config-show option generates error when there is no config file
  • Fixed bug #306 : File containing only a namespace declaration raises undefined index notice
  • Fixed bug #308 : Squiz InlineIfDeclarationSniff fails on ternary operators inside closure
  • Fixed bug #310 : Variadics not recognized by tokenizer
  • Fixed bug #311 : Suppression of function prototype breaks checking of lines within function