File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Derafu: Enum - Yet Another List of Enumerations for PHP
22
3+ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/derafu/enum/main )
4+ ![ GitHub code size in bytes] ( https://img.shields.io/github/languages/code-size/derafu/enum )
5+ ![ GitHub Issues] ( https://img.shields.io/github/issues-raw/derafu/enum )
6+ ![ Total Downloads] ( https://poser.pugx.org/derafu/enum/downloads )
7+ ![ Monthly Downloads] ( https://poser.pugx.org/derafu/enum/d/monthly )
8+
39A PHP repository for global enumerations.
410
511## Note on Enumerations
Original file line number Diff line number Diff line change 2828 },
2929 "scripts" : {
3030 "phpcs-fix" : " vendor/bin/php-cs-fixer fix -v --config=php-cs-fixer.php" ,
31- "phpcs-fix-dry-run " : " vendor/bin/php-cs-fixer fix -v --dry-run --diff --config=php-cs-fixer.php" ,
31+ "phpcs" : " vendor/bin/php-cs-fixer fix -v --dry-run --diff --config=php-cs-fixer.php" ,
3232 "phpstan" : " vendor/bin/phpstan analyse --configuration=phpstan.neon --memory-limit=1G" ,
3333 "phpstan-export" : " vendor/bin/phpstan analyse --configuration=phpstan.neon --level 9 --generate-baseline"
3434 }
You can’t perform that action at this time.
0 commit comments