Skip to content

Add PHPStan dependency - REF #31

Camille Simiand requested to merge phpstan into main

PHPStan is PHP code analysis tool that helps maintain a clean base code.

These dependencies have been installed in dev section via composer:

  • phpstan/phpstan
  • phpstan/extension-installer
  • phpstan/phpstan-doctrine

We will probably have to configure the tool later on to customize it according to the project needs.

Merge request reports