An open API service indexing awesome lists of open source software.

https://github.com/sunaoka/docker-php-cs-fixer

PHP Coding Standards Fixer (PHP CS Fixer) Docker image
https://github.com/sunaoka/docker-php-cs-fixer

docker php-cs-fixer

Last synced: 8 months ago
JSON representation

PHP Coding Standards Fixer (PHP CS Fixer) Docker image

Awesome Lists containing this project

README

          

# PHP Coding Standards Fixer (PHP CS Fixer) Docker image

## Usage

```bash
docker run --rm -v $(pwd):/app -w /app sunaoka/php-cs-fixer --diff -v
```