From 837cbe280141e2276409ed6611defb1378bdda77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mirtes?= Date: Fri, 10 Jun 2022 14:07:54 +0200 Subject: [PATCH] README - add PHPStan Integration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3d64da37..47dfb10c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ composer require azjezz/psl Please refer to the [`php-standard-library/psalm-plugin`](https://github.com/php-standard-library/psalm-plugin) repository. +### PHPStan Integration + +Please refer to the [`php-standard-library/phpstan-extension`](https://github.com/php-standard-library/phpstan-extension) repository. + ## Documentation You can read through the API documentation in [`docs/`](./docs) directory.