Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 570 Bytes

CODING_GUIDELINE.md

File metadata and controls

12 lines (9 loc) · 570 Bytes

CODING GUIDELINE

Fork the project, create a feature branch, and send us a pull request. Preferably on a distinct branch.

To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards. You can also run php-cs-fixer with the configuration file that can be found in the project root directory.

If you would like to help, take a look at the list of open issues.