Skip to content

Tags: drevops/phpcs-standard

Tags

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[#17] Fixed variable references in comments not being updated during …

…auto-fix. (#18)

0.6.2

Toggle 0.6.2's commit message
[#15] Fixed false positives on variables prefixed with underscore.

Variables like `$_static_value` are now completely skipped from naming
convention checks as they are commonly used for internal/special variables.

0.6.1

Toggle 0.6.1's commit message
[#13] Fixed nullable class properties incorrectly triggering `LocalVa…

…riableNaming.NotSnakeCase`.

0.6.0

Toggle 0.6.0's commit message
Refactored case sniffs to allow choosing snake or camel case.

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance README with PHPUnit data provider rules

Added PHPUnit data provider naming conventions and organization rules.

0.4.0

Toggle 0.4.0's commit message
Updated to be compatible with PHPCS4.

0.3.0

Toggle 0.3.0's commit message
Allow installing in PHP 8.2

0.2.0

Toggle 0.2.0's commit message
Simplify functional test assertions.

0.1.0

Toggle 0.1.0's commit message
Separated rules into `LocalVariableSnakeCase` and `ParameterSnakeCase`.