From 7142b01cba5297dff98b74a18dedf8dad5f38b7a Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Sat, 18 May 2024 11:44:15 -0300 Subject: [PATCH] Fix docs (#21) --- README.md | 4 ++-- composer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f76ef0..0924b46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Yii

Yii Validating Hydrator


@@ -60,7 +60,7 @@ final class InputDto implements ValidatedInputInterface } ``` -Validation result could be obtained via its `getValidationResult()` method. +Validation result could be obtained via `getValidationResult()` method. Validating hydrator usage example: diff --git a/composer.json b/composer.json index 6c6123d..92b1165 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/hydrator-validator/issues?state=open", + "source": "https://github.com/yiisoft/hydrator-validator", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", - "chat": "https://t.me/yii3en", - "source": "https://github.com/yiisoft/hydrator-validator" + "chat": "https://t.me/yii3en" }, "funding": [ {