#!/usr/bin/env bash

set -e

DIR="$(dirname "$(readlink -f "$0")")"
vendor/bin/phpmd ${1:-./app} text ${DIR}/../configs/phpmd.xml
