summaryrefslogtreecommitdiff
path: root/ext/standard/password.c
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-01 06:04:25 -0200
committerNikita Popov <nikita.ppv@gmail.com>2018-02-02 22:32:15 +0100
commit8034fdc9d908cf7aaf2e12e59321efb954aed5e8 (patch)
tree7396fe586ed3b1613bcce1c818061852318d4376 /ext/standard/password.c
parentff02775331a670fd5484289fb1d34a18c449bb25 (diff)
downloadphp-git-8034fdc9d908cf7aaf2e12e59321efb954aed5e8.tar.gz
Use int instead of integer in proto
Diffstat (limited to 'ext/standard/password.c')
-rw-r--r--ext/standard/password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/password.c b/ext/standard/password.c
index b6dab59914..3a00582dc8 100644
--- a/ext/standard/password.c
+++ b/ext/standard/password.c
@@ -212,7 +212,7 @@ PHP_FUNCTION(password_get_info)
}
/** }}} */
-/* {{{ proto boolean password_needs_rehash(string $hash, integer $algo[, array $options])
+/* {{{ proto boolean password_needs_rehash(string $hash, int $algo[, array $options])
Determines if a given hash requires re-hashing based upon parameters */
PHP_FUNCTION(password_needs_rehash)
{