From 64810c9ca409cfc0598661381e983e1400bb1f07 Mon Sep 17 00:00:00 2001 From: Vito Date: Thu, 8 Aug 2024 10:03:20 +0200 Subject: [PATCH] Fixing Typo in UPGRADE.md --- UPGRADE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index e891e2d8..c5670cf9 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -51,8 +51,8 @@ for both A and B. - `{targetValueOrAttribute}` to `{targetValueOrProperty}`, - `{attributes}` to `{properties}`. -* The signature for `Yiisoft\Validator\RuleHandlerIntarface::validate()` changed. If you have classes that implement - `RuleHandlerIntarface`, change the type of `$rule` parameter in method `validate()` from `object` to `RuleInterface`. +* The signature for `Yiisoft\Validator\RuleHandlerInterface::validate()` changed. If you have classes that implement + `RuleHandlerInterface`, change the type of `$rule` parameter in method `validate()` from `object` to `RuleInterface`. For example: ```php