Skip to content

Commit f0ab5f7

Browse files
committed
replace PSR-2 in README.md with PSR-12 #8
1 parent 4459521 commit f0ab5f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ This repository defines interfaces for implementing the [PHP/SAP][phpsap] API.
77

88
## Coding standards
99

10-
This project uses [PSR-2] coding standard and [PHP_CodeSniffer] for validations.
10+
This project uses [PSR-12] coding standard and [PHP_CodeSniffer] for validations.
1111
In order to validate before a commit, call `vendor/bin/phpcs`.
1212

1313
[phpsap]: https://php-sap.github.io
1414
[license-mit]: https://img.shields.io/badge/license-MIT-blue.svg
15-
[PSR-2]: https://www.php-fig.org/psr/psr-2/
15+
[PSR-12]: https://www.php-fig.org/psr/psr-12/
1616
[PHP_CodeSniffer]: https://github.com/squizlabs/PHP_CodeSniffer

0 commit comments

Comments
 (0)