Branch: refs/heads/master Home: https://github.com/phpmyadmin/coding-standard Commit: baecb9872e12c33c12f27db44ffc458c618d186f https://github.com/phpmyadmin/coding-standard/commit/baecb9872e12c33c12f27db... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2018-02-21 (Wed, 21 Feb 2018)
Changed paths: R PMAStandard/Sniffs/NamingConventions/ValidVariableNameSniff.php M PMAStandard/ruleset.xml M composer.json
Log Message: ----------- Use custom rule instead of custom sniff
PHP_CodeSniffer v3.2.3 has fixed a bug that allows removal of the ValidVariableName custom sniff in favor of the custom rule.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 8cf1c841460216f5ccf186c5f42bf187ad125b5b https://github.com/phpmyadmin/coding-standard/commit/8cf1c841460216f5ccf186c... Author: Michal Čihař michal@cihar.com Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths: R PMAStandard/Sniffs/NamingConventions/ValidVariableNameSniff.php M PMAStandard/ruleset.xml M composer.json
Log Message: ----------- Merge pull request #7 from mauriciofauth/valid-variable-name
Use custom rule instead of custom sniff
Compare: https://github.com/phpmyadmin/coding-standard/compare/00f7fc68f4bf...8cf1c84...