#!/bin/bash

php_exec=`which php`

${php_exec} ./vendor/bin/php-cs-fixer fix --config=.php_cs
${php_exec} ./vendor/bin/phpstan analyse -l 5 src
