Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@srtfisher srtfisher released this 22 Jul 13:57
242b93f
  • Allow PSR-4 style ClassName.php file names to support our migration to PSR-4 for test files.
  • Remove the PEAR.Functions.FunctionCallSignature sniff from the ruleset and
    replace it with PSR2.Methods.FunctionCallSignature. This change is to allow
    for multi-line function calls to be formatted in a more readable way without having to insert a new line before the first argument.
  • Allow camelCase'd DOMDocument/DOMElement/etc. property names to not be flagged by WordPress.NamingConventions.ValidVariableName.

Full Changelog: v2.0.2...v2.1.0