Skip to content

Commit

Permalink
Fix docs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcmarin authored May 18, 2024
1 parent aa90546 commit 7142b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
</a>
<h1 align="center">Yii Validating Hydrator</h1>
<br>
Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 7142b01

Please sign in to comment.