#!/usr/bin/env bash

## Description: Run phpcs in the web container.
## Usage: phpcs
## Example: "ddev phpcs"

/var/www/html/vendor/bin/phpcs -p $*