summaryrefslogtreecommitdiff
path: root/src/Validators/RequiredValidator.php
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-02-22 21:57:57 +0100
committerAsko Nomm <asko@bien.ee>2022-02-22 21:57:57 +0100
commit38a0c070a00b888268d7073a11fecc7f79e0da5b (patch)
tree2b46b2b9805b4b89b6739f3ef11b5c90bbd33c76 /src/Validators/RequiredValidator.php
parentdfe0351124dfd3c0acf26205668ab5b69351bbd9 (diff)
Update docstrings
Diffstat (limited to 'src/Validators/RequiredValidator.php')
-rw-r--r--src/Validators/RequiredValidator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Validators/RequiredValidator.php b/src/Validators/RequiredValidator.php
index 488a0ac..8e205f9 100644
--- a/src/Validators/RequiredValidator.php
+++ b/src/Validators/RequiredValidator.php
@@ -14,7 +14,7 @@ class RequiredValidator implements Validator
* Returns a boolean `true` when given `$value` is present
* and not empty. Returns `false` otherwise.
*
- * @param string $value
+ * @param mixed $value
* @param mixed $modifier
* @return boolean
*/