aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-03 15:50:48 +0000
committerGithub Actions <actions@github>2023-10-03 15:50:48 +0000
commit1511ae2ab68ad985dd1b3764ce17af7f0355019c (patch)
tree5b56235e3da6dd94c5b6b0e8898d6a613ca13042
parentdb5af4b04e5d61236a142ab78ec3f9416aab848c (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ae16e4..6b31740 100644
--- a/README.md
+++ b/README.md
@@ -209,6 +209,7 @@ To view configured and available formatters, as well as to see the log file, run
- [perltidy](https://github.com/perltidy/perltidy) - Perl::Tidy, a source code formatter for Perl
- [pg_format](https://github.com/darold/pgFormatter) - PostgreSQL SQL syntax beautifier.
- [php_cs_fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - The PHP Coding Standards Fixer.
+- [phpcbf](https://phpqa.io/projects/phpcbf.html) - PHP Code Beautifier and Fixer fixes violations of a defined coding standard.
- [prettier](https://github.com/prettier/prettier) - Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
- [prettierd](https://github.com/fsouza/prettierd) - prettier, as a daemon, for ludicrous formatting speed.
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
diff --git a/doc/conform.txt b/doc/conform.txt
index 4d9463c..98dafe6 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -219,6 +219,8 @@ FORMATTERS *conform-formatter
`perltidy` - Perl::Tidy, a source code formatter for Perl
`pg_format` - PostgreSQL SQL syntax beautifier.
`php_cs_fixer` - The PHP Coding Standards Fixer.
+`phpcbf` - PHP Code Beautifier and Fixer fixes violations of a defined coding
+ standard.
`prettier` - Prettier is an opinionated code formatter. It enforces a consistent
style by parsing your code and re-printing it with its own rules that
take the maximum line length into account, wrapping code when