Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 433 Bytes

File metadata and controls

9 lines (7 loc) · 433 Bytes

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.

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.