Skip to content

Commit

Permalink
replace PSR-2 in README.md with PSR-12 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Oct 17, 2023
1 parent 4459521 commit f0ab5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ This repository defines interfaces for implementing the [PHP/SAP][phpsap] API.

## Coding standards

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

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

0 comments on commit f0ab5f7

Please sign in to comment.