mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Various phpstan fixes
This commit is contained in:
@@ -95,7 +95,7 @@ class TransactionJournalMeta extends Model
|
||||
{
|
||||
$data = json_encode($value);
|
||||
$this->attributes['data'] = $data;
|
||||
$this->attributes['hash'] = hash('sha256', $data);
|
||||
$this->attributes['hash'] = (string) hash('sha256', $data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user