From b335d5eb908323177d4f88756b46a40f14b57ebc Mon Sep 17 00:00:00 2001 From: Martin Herndl Date: Fri, 29 Mar 2024 20:24:02 +0100 Subject: [PATCH] Remove list of supported methods, fix typo in PHPStan :) --- README.md | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index abbc653..e71282b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Description -The main scope of this extension is to help phpstan to detect the type of object after the `Assert\Assertion` validation. +The main scope of this extension is to help PHPStan to detect the type of object after the `Assert\Assertion` validation. ```php