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

https://github.com/blue32a-sandbox/phpcs


https://github.com/blue32a-sandbox/phpcs

Last synced: 3 months ago
JSON representation

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
```