We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c155d5 commit ba31426Copy full SHA for ba31426
docs/guide/input-validation.md
@@ -214,7 +214,7 @@ if they are empty. You can do so by using the [default](tutorial-core-validators
214
```
215
216
By default, an input is considered empty if its value is an empty string, an empty array or a null.
217
-You may customize the default empty detection logic by configuring the the [[yii\validators\Validator::isEmpty]] property
+You may customize the default empty detection logic by configuring the [[yii\validators\Validator::isEmpty]] property
218
with a PHP callable. For example,
219
220
```php
0 commit comments