wiki.techinc.nl/includes/password
Tim Starling e1041b4d7a Fix the remaining Phan failures on PHP 8.1
* Use @phan-var to suppress issues with version independence.
* In Parser strictly compare to false. I still think this is a Phan bug.

Bug: T322278
Change-Id: I654b73e5ed843474ed35c3780d95b04dce388bea
2022-11-09 13:12:50 +11:00
..
Hook
AbstractPbkdf2Password.php
Argon2Password.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
BcryptPassword.php Respond to some messages from Phan on PHP 8.1 2022-11-03 16:25:43 +11:00
EncryptedPassword.php
InvalidPassword.php
LayeredParameterizedPassword.php
MWOldPassword.php Respond to some messages from Phan on PHP 8.1 2022-11-03 16:25:43 +11:00
MWSaltedPassword.php Respond to some messages from Phan on PHP 8.1 2022-11-03 16:25:43 +11:00
ParameterizedPassword.php
Password.php
PasswordError.php
PasswordFactory.php
PasswordPolicyChecks.php
Pbkdf2PasswordUsingHashExtension.php Fix the remaining Phan failures on PHP 8.1 2022-11-09 13:12:50 +11:00
Pbkdf2PasswordUsingOpenSSL.php
UserPasswordPolicy.php