Skip to content

Add Basic Code Testing and Static Analysis #2

Description

@Danielopes7

Description

To improve code quality and maintainability, we should add basic testing and static analysis tools to the project. This will help catch potential issues early and enforce best coding practices.

Suggested Improvements

Static Analysis with PHPStan

Add PHPStan to check for type safety and potential bugs.
Recommended level:min

PHP Linting

Use php -l or PHP_CodeSniffer to enforce code style.
Define a coding standard (e.g., PSR-12).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions