Skip to content

Commit

Permalink
Merge pull request #475 from jakzal/php-cs-fixer-php-8.2
Browse files Browse the repository at this point in the history
Enable php-cs-fixer on PHP 8.2
  • Loading branch information
jakzal committed Mar 24, 2023
2 parents ab14fca + fcbcf6a commit f7ae947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| phan | [Static Analysis Tool](https://github.com/phan/phan) | ✅ | ✅ | ✅ |
| phive | [PHAR Installation and Verification Environment](https://phar.io/) | ✅ | ✅ | ✅ |
| php-coupling-detector | [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/) | ✅ | ✅ | ✅ |
| php-cs-fixer | [PHP Coding Standards Fixer](http://cs.symfony.com/) | ✅ | ✅ | ❌ |
| php-cs-fixer | [PHP Coding Standards Fixer](http://cs.symfony.com/) | ✅ | ✅ | ✅ |
| php-fuzzer | [A fuzzer for PHP, which can be used to find bugs in libraries by feeding them 'random' inputs](https://github.com/nikic/PHP-Fuzzer) | ✅ | ✅ | ✅ |
| php-semver-checker | [Suggests a next version according to semantic versioning](https://github.com/tomzx/php-semver-checker) | ✅ | ✅ | ✅ |
| phpa | [Checks for weak assumptions](https://github.com/rskuipers/php-assumptions) | ✅ | ✅ | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion resources/checkstyle.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
},
"test": "php-cs-fixer list",
"tags": ["exclude-php:8.2", "featured", "checkstyle"]
"tags": ["featured", "checkstyle"]
},
{
"name": "phpcbf",
Expand Down

0 comments on commit f7ae947

Please sign in to comment.