https://github.com/blue32a-sandbox/phpcs
https://github.com/blue32a-sandbox/phpcs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blue32a-sandbox/phpcs
- Owner: blue32a-sandbox
- Created: 2023-05-15T04:10:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T09:32:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T15:38:25.368Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP CodeSniffer
https://github.com/squizlabs/PHP_CodeSniffer
## Explain a standard
```
phpcs --standard=PSR12 -e
```## Documentation generation
Use either the "HTML", "Markdown" or "Text" generator.
```
phpcs --standard=PSR12 --generator=Text
```