#!/bin/sh

vendor/bin/php-cs-fixer fix .
vendor/bin/phpstan analyse --memory-limit=2G
