#!/usr/bin/env bash

set -e

DIR="$(dirname "$(readlink -f "$0")")"
vendor/bin/phpstan analyse --memory-limit=-1 --no-interaction
