1
0
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:
Jakub Vrana
2025-03-26 16:57:58 +01:00
parent 7e5757f8b4
commit 309fdb0d86
11 changed files with 48 additions and 43 deletions

View File

@@ -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 == "") {