mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -80,7 +80,7 @@ class CacheProperties
|
||||
foreach ($this->properties as $property) {
|
||||
try {
|
||||
$content = sprintf('%s%s', $content, \Safe\json_encode($property, JSON_THROW_ON_ERROR));
|
||||
} catch (\JsonException $e) {
|
||||
} catch (\JsonException) {
|
||||
// @ignoreException
|
||||
$content = sprintf('%s%s', $content, hash('sha256', (string) time()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user