Fix phpstan issues.

This commit is contained in:
James Cole
2026-03-06 20:25:07 +01:00
parent e85f06792b
commit 9ac991edd7
14 changed files with 17 additions and 33 deletions

View File

@@ -127,7 +127,7 @@ class RemovesDatabaseDecryption extends Command
}
// A separate routine for preferences table:
if ('preferences' === $table && is_string($value)) {
if ('preferences' === $table) {
$this->decryptPreferencesRow($id, $value);
return;