For IDE, I highly recommend PHPStorm. The price is not high and the feature set is immense.
To run static analysis from the ext-template repository, run:
Code:
node build --copy; node build --composer-install; site/vendor/bin/phpstan
It's worth to set a lower level initially and then gradually raise as issues get fixed.
Leave a comment: