Adhering to a standard helps maintain code quality, readability, and consistency across the codebase.
- All PHP files follow the PSR-12 coding style.
phpDocs
is used for documentation.
jsDocs
is used for documentation.Prettier
is used for formattingESLint
is used for linting.
Prettier
is used for formatting.
- Some guidelines from the SQL Style Guide have been followed.