squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.66k stars 1.48k forks source link

fix(docs): change filter arguments to match PascalCase #3879

Closed simonsan closed 1 year ago

simonsan commented 1 year ago

Description

It fixes documentation of the command-line interface for the filter command.

Suggested changelog entry

Change documentation of filter command to match internally used PascalCase

Related issues/external references

Fixes #3877

Types of changes

PR checklist

simonsan commented 1 year ago

@jrfnl Done :)

simonsan commented 1 year ago

Hey there, yes, as a privacy activist I wouldn't share my full name on the internet. I grant the project the right to include and distribute the code under the BSD-3-Clause license (and I have the right to grant these rights). 👍🏽

jrfnl commented 1 year ago

Hey there, yes, as a privacy activist I wouldn't share my full name on the internet. I grant the project the right to include and distribute the code under the BSD-3-Clause license (and I have the right to grant these rights). 👍🏽

Thanks for letting me know @simonsan and I fully respect that. I'll just credit you by your GitHub handle in that case (presuming that's okay ?).

jrfnl commented 8 months ago

FYI: this fix is included in today's PHP_CodeSniffer 3.8.0 release.

As per #3932, development on PHP_CodeSniffer will continue in the PHPCSStandards/PHP_CodeSniffer repository. If you want to stay informed, you may want to start "watching" that repo (or watching releases from that repo).