Fix parameter types on password_needs_rehash().

Fixes doc bug #65075 (wrong password_needs_rehash() prototype).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330564 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2013-06-20 20:01:05 +00:00
parent 2cc21e8b35
commit 190186c998

View file

@ -12,8 +12,8 @@
<methodsynopsis>
<type>boolean</type><methodname>password_needs_rehash</methodname>
<methodparam><type>string</type><parameter>hash</parameter></methodparam>
<methodparam><type>string</type><parameter>algo</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
<methodparam><type>integer</type><parameter>algo</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
This function checks to see if the supplied hash implements the algorithm