#!/usr/bin/env bash

set -e

DIR="$(dirname "$(readlink -f "$0")")"
${DIR}/php-cs-fix --dry-run "${@}"
