17 lines
330 B
Text
17 lines
330 B
Text
PHPStan
|
|
|
|
https://phpstan.org
|
|
|
|
PHPStan requires PHP >= 7.1
|
|
|
|
Config File: phpstan.neon
|
|
|
|
Install:
|
|
cd git
|
|
mkdir phpstan
|
|
cd phpstan
|
|
composer require --dev phpstan/phpstan
|
|
|
|
Execute:
|
|
cd git/dolibarr
|
|
php8.2 ../phpstan/htdocs/includes/bin/phpstan -v analyze -a build/phpstan/bootstrap.php htdocs/commande/class -l0 --memory-limit 12G
|