1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12715] Cleanup comments in \phpbb\passwords\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 14:46:18 +02:00
parent 52e8359497
commit 5dfb1cc66a
17 changed files with 63 additions and 63 deletions

View File

@@ -51,7 +51,7 @@ interface driver_interface
*
* @param string $password The password to check
* @param string $hash The password hash to check against
* @param string $user_row User's row in users table
* @param array $user_row User's row in users table
*
* @return bool True if password is correct, else false
*/