From 7b650d9dc34ade465588ee4d664f325d9860d6d8 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 6 Jun 2024 17:25:46 +0900 Subject: [PATCH] typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 424bf800..fc367c2a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Next rules you can enable by configuration. We take them from the simplest to mo ```yaml parameters: - type_coverage: + type_perfect: null_over_false: true ``` @@ -131,7 +131,7 @@ public function getProduct(): ?Product ```yaml parameters: - type_coverage: + type_perfect: no_mixed: true ``` @@ -174,7 +174,7 @@ Last but not least, the narrowed param type declarations, the reliable the code. ```yaml parameters: - type_coverage: + type_perfect: narrow_param: true ```