#!/bin/bash

./vendor/bin/php-cs-fixer fix --config=.php_cs  "$@"
