Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JackieDo committed Mar 4, 2022
1 parent 2865b74 commit 93e4816
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ return $config
| ----------------------------- | -------------------------------- |
| `@Symfony` + _some overrides_ | `@PhpCsFixer` + _some overrides_ |

**Note:**
- It should be noted that the `@PhpCsFixer` rule set includes the `@Symfony` rule set.
- The `@Symfony` rule set now uses the [PSR-12](https://www.php-fig.org/psr/psr-12/) coding standard as the default.

If you want to learn more about the changes of the **PHP-CS-Fixer 3.x**, please see [here](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/UPGRADE-v3.md)

0 comments on commit 93e4816

Please sign in to comment.