mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix various phpstan issues.
This commit is contained in:
@@ -66,7 +66,7 @@ class RemovesDatabaseDecryption extends Command
|
||||
* @var string $table
|
||||
* @var array $fields
|
||||
*/
|
||||
foreach ($tables as $table => $fields) {
|
||||
foreach ($tables as $table => $fields) { // @phpstan-ignore-line
|
||||
$this->decryptTable($table, $fields);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user