- 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 withPSR2.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