We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4459521 commit f0ab5f7Copy full SHA for f0ab5f7
README.md
@@ -7,10 +7,10 @@ This repository defines interfaces for implementing the [PHP/SAP][phpsap] API.
7
8
## Coding standards
9
10
-This project uses [PSR-2] coding standard and [PHP_CodeSniffer] for validations.
+This project uses [PSR-12] coding standard and [PHP_CodeSniffer] for validations.
11
In order to validate before a commit, call `vendor/bin/phpcs`.
12
13
[phpsap]: https://php-sap.github.io
14
[license-mit]: https://img.shields.io/badge/license-MIT-blue.svg
15
-[PSR-2]: https://www.php-fig.org/psr/psr-2/
+[PSR-12]: https://www.php-fig.org/psr/psr-12/
16
[PHP_CodeSniffer]: https://github.com/squizlabs/PHP_CodeSniffer
0 commit comments