#!/bin/bash

vendor/bin/php-cs-fixer fix src
vendor/bin/phpstan analyse -c phpstan.neon

