1
0
Fork 0

Replace deprecated `PSR-2` with `PSR-12` (#11058)

At the top of https://www.php-fig.org/psr/psr-2/, it says:
> Deprecated - As of 2019-08-10 PSR-2 has been marked as deprecated. PSR-12 is now recommended as an alternative.

Looking at the PSR-12 docs, the summary of changes implies that they mostly took PSR-2 and extended it to clarify new language features.
pull/11063/head
Jeff Widman 2022-09-14 03:51:36 -07:00 committed by GitHub
parent 29d8eaf45d
commit f1df7de727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ The most important guidelines are described as follows:
> Fork the project, create a feature branch, and send us a pull request.
>
> To ensure a consistent code base, you should make sure the code follows
> the [PSR-2 Coding Standards](https://www.php-fig.org/psr/psr-2/).
> the [PSR-12 Coding Standards](https://www.php-fig.org/psr/psr-12/).
## Support