php-ups-api icon indicating copy to clipboard operation
php-ups-api copied to clipboard

Fix Rate RequestOption and type-hinting

Open chrom opened this issue 2 years ago • 2 comments

chrom avatar May 17 '22 20:05 chrom

IMHO we need add how to run phpstan for some file in example Rate.php to doc: ./vendor/bin/phpstan analyse ./src/Rate.php -c ./phpstan.neon --level 8 -a ./vendor/autoload.php

chrom avatar May 18 '22 19:05 chrom

PHPStan integration is planned but we need to have a full pass on current docblock because some classes are not up-to-date or typehint is wrong.

ptondereau avatar May 19 '22 11:05 ptondereau