php-ups-api
php-ups-api copied to clipboard
Fix Rate RequestOption and type-hinting
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
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.