# Analyzing the current code, ignoring known errors from psalm-baseline.xml
./vendor/vimeo/psalm/psalm --use-baseline=psalm-baseline.xml --no-cache --no-diff
# Adding new errors to the exception list psalm-baseline.xml
./vendor/vimeo/psalm/psalm --set-baseline=psalm-baseline.xml --no-cache --no-diff
# Removing fixed errors from exception list psalm-baseline.xml
./vendor/vimeo/psalm/psalm --update-baseline --no-cache --no-diff
# run phpunit test
./vendor/bin/phpunit