mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix various phpstan errors
This commit is contained in:
@@ -212,7 +212,7 @@ class DecryptDatabase extends Command
|
||||
return;
|
||||
}
|
||||
|
||||
/** @var Preference $object */
|
||||
/** @var Preference|null $object */
|
||||
$object = Preference::find($id);
|
||||
if (null !== $object) {
|
||||
$object->data = $newValue;
|
||||
|
Reference in New Issue
Block a user