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
- Host: GitHub
- URL: https://github.com/sunaoka/docker-php-cs-fixer
- Owner: sunaoka
- License: mit
- Created: 2024-02-07T02:42:01.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-19T00:29:28.000Z (over 1 year ago)
- Last Synced: 2025-02-19T01:25:55.795Z (over 1 year ago)
- Topics: docker, php-cs-fixer
- Language: Makefile
- Homepage: https://hub.docker.com/r/sunaoka/php-cs-fixer
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```