📝 Update developers.md to fix php static analysis link

This commit is contained in:
Molkobain
2026-03-02 09:55:05 +01:00
parent 3a64e3bb9e
commit 52a1d8d626

View File

@@ -6,4 +6,4 @@ You can find the configuration and instructions to run it [here](../tests/php-co
## 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).
You can find the configuration and instructions to run it [here](../tests/php-static-analysis/README.md).