N°6644 - Tests: Add static analysis for PHP (#536)

This commit is contained in:
Molkobain
2025-12-17 10:45:53 +01:00
committed by GitHub
parent 4187f552a9
commit d9261b8342
10 changed files with 324 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
"require": {
"phpstan/phpstan": "^1.10"
}
}