mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 12:21:24 +02:00
PHPStan: Fix level 3 errors
This commit is contained in:
@@ -75,7 +75,7 @@ function encrypt_string($str, $key) {
|
||||
/** Decipher
|
||||
* @param string binary cipher
|
||||
* @param string
|
||||
* @return string plain-text password
|
||||
* @return string|false plain-text password
|
||||
*/
|
||||
function decrypt_string($str, $key) {
|
||||
if ($str == "") {
|
||||
|
Reference in New Issue
Block a user