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
parent
29d8eaf45d
commit
f1df7de727
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue