From 8cc7c70cdd4e445f7963ca19c8dad84b980fbfe5 Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 7 Aug 2024 09:45:25 +0200 Subject: [PATCH] remove PHP codesniffer from readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 553f59b..7c8fe79 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,5 @@ This repository defines interfaces for implementing the [PHP/SAP][phpsap] API. -## Coding standards - -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-12]: https://www.php-fig.org/psr/psr-12/ -[PHP_CodeSniffer]: https://github.com/squizlabs/PHP_CodeSniffer