📝 Update README.md to point to a new "Developers" page

This commit is contained in:
Molkobain
2026-03-02 09:52:36 +01:00
parent 94a36c0066
commit 3a64e3bb9e
2 changed files with 12 additions and 0 deletions

9
.doc/developers.md Normal file
View File

@@ -0,0 +1,9 @@
# Developers
## PHP Code Styles
We use `PHP CS Fixer` to ensure code formating consistency across PHP codebase.
You can find the configuration and instructions to run it [here](../tests/php-code-style/README.md).
## PHP Static Analysis
We use `PHPStan` to ensure code quality and to detect potential bugs in our PHP codebase.
You can find the configuration and instructions to run it [here](../tests/php-code-style/README.md).