From 52a1d8d626e5faa447a894954e2b8639de4b3e5b Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 2 Mar 2026 09:55:05 +0100 Subject: [PATCH] :memo: Update developers.md to fix php static analysis link --- .doc/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.doc/developers.md b/.doc/developers.md index 278cae5cd..0ac5ce29e 100644 --- a/.doc/developers.md +++ b/.doc/developers.md @@ -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). \ No newline at end of file +You can find the configuration and instructions to run it [here](../tests/php-static-analysis/README.md). \ No newline at end of file