bigcommerce / bigcommerce-api-php

Connect PHP applications with the Bigcommerce Platform
https://developer.bigcommerce.com
MIT License
143 stars 186 forks source link

PHPMNT-8 Add phpstan #288

Closed funivan closed 1 year ago

funivan commented 1 year ago

What/Why?

Check code with phpstan By default, all current errors are suppressed. We start from level 6 and in the future may rise a bar.

Testing

See circle.

Deploy

This tool is used only in the CI environment and should not affect production.

Useful links

PhpStan documentation