mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 09:04:19 +01:00
9 lines
433 B
Markdown
9 lines
433 B
Markdown
# 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-static-analysis/README.md). |