aboutsummaryrefslogtreecommitdiff
path: root/app/Utils/passwordUtil.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-01-01 11:26:56 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-01 11:26:56 +0100
commit3f6aa42b817145a3b00f4d615f87728b55c4413a (patch)
treee5b31941b0acc3a2f4c47e4846afcfe987b9852f /app/Utils/passwordUtil.php
parent77e9877316fcfacb26799afdf32d94c8411da80e (diff)
Fix most PHPDocs errors (#4107)
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 https://phpstan.org/writing-php-code/phpdoc-types
Diffstat (limited to 'app/Utils/passwordUtil.php')
-rw-r--r--app/Utils/passwordUtil.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Utils/passwordUtil.php b/app/Utils/passwordUtil.php
index e382f76f5..cff97d2bc 100644
--- a/app/Utils/passwordUtil.php
+++ b/app/Utils/passwordUtil.php
@@ -8,7 +8,7 @@ class FreshRSS_password_Util {
/**
* Return a hash of a plain password, using BCRYPT
*
- * @param string
+ * @param string $passwordPlain
* @return string
*/
public static function hash($passwordPlain) {