Fix various phpstan issues.

This commit is contained in:
James Cole
2026-03-07 10:17:07 +01:00
parent f65ee4d419
commit 71698b36e2
11 changed files with 45 additions and 49 deletions

View File

@@ -64,10 +64,6 @@ class RemovesDatabaseDecryption extends Command
'journal_links' => ['comment'],
];
/**
* @var string $table
* @var array $fields
*/
foreach ($tables as $table => $fields) {
$this->decryptTable($table, $fields);
}