File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,17 @@ You can take a look at [my own coding standards](https://github.com/spaceemotion
20
20
#### Tools supported
21
21
Tool | Lint | Fix | Source list | Description
22
22
-----|------|-----|-------------|-----------
23
- [ composer-normalize] ( https://github.com/ergebnis/composer-normalize ) | ✅ | ✅ | ✅ | Validates and rearranges composer.json files
24
- [ EasyCodingStandard] ( https://github.com/symplify/easy-coding-standard ) | ✅ | ✅ | ✅ | Combination of PHP_CodeSniffer and PHP-CS-Fixer
23
+ [ composer-normalize] ( https://github.com/ergebnis/composer-normalize ) ⭐ | ✅ | ✅ | ✅ | Validates and rearranges composer.json files
24
+ [ EasyCodingStandard] ( https://github.com/symplify/easy-coding-standard ) ⭐ | ✅ | ✅ | ✅ | Combination of PHP_CodeSniffer and PHP-CS-Fixer
25
25
[ PHP Mess Detector] ( https://github.com/phpmd/phpmd ) | ✅ | ❌ | ✅ | Code complexity checker
26
- [ php-parallel-lint] ( https://github.com/php-parallel-lint/php-parallel-lint ) | ✅ | ❌ | ✅ | Checks for PHP (syntax) errors (using ` php -l ` )
26
+ [ php-parallel-lint] ( https://github.com/php-parallel-lint/php-parallel-lint ) ⭐ | ✅ | ❌ | ✅ | Checks for PHP (syntax) errors (using ` php -l ` )
27
27
[ PHP_CodeSniffer] ( https://github.com/squizlabs/PHP_CodeSniffer ) | ✅ | ✅ | ✅ | Style linter + fixer
28
- [ phpstan] ( https://github.com/phpstan/phpstan ) | ✅ | ✅ | ⏹ | Static analyzer, source list is optional, but not recommended
28
+ [ phpstan] ( https://github.com/phpstan/phpstan ) ⭐ | ✅ | ✅ | ⏹ | Static analyzer, source list is optional, but not recommended
29
29
[ psalm] ( https://github.com/vimeo/psalm ) | ✅ | ✅ | ✅ | Static analyzer
30
30
[ phan] ( https://github.com/phan/phan ) | ✅ | ✅ | ❌ | Static analyzer
31
31
32
+ _ ⭐ = recommended_
33
+
32
34
## Getting started
33
35
```
34
36
composer require-dev spaceemotion/php-coding-standard
You can’t perform that action at this time.
0 commit comments