max-antipin / php-code-sniffs
A CodeSniffer sniffs
Installs: 106
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:phpcodesniffer-standard
Requires
Requires (Dev)
- phpcsstandards/phpcsdevtools: ^1.0
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2025-08-13 13:14:01 UTC
README
Development & testing
docker compose -f .docker/compose.yaml up -d
php ./vendor/bin/phpcs php ./vendor/bin/phpcs --ignore=vendor/,var/ --standard=AntipinCS ./AntipinCS/Tests/ php ./vendor/bin/phpcs --ignore=vendor/,var/ --standard=AntipinCS/testset.xml --sniffs=AntipinCS.Functions.ParameterTypeDeclaration ./AntipinCS/Tests/
php ./vendor/bin/phpunit --filter AntipinCS --no-coverage