mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -94,7 +94,7 @@ class CacheProperties
|
||||
if (is_array($property)) {
|
||||
$this->md5 .= print_r($property, true);
|
||||
}
|
||||
$this->md5 .= (string)$property;
|
||||
$this->md5 .= (string) $property;
|
||||
}
|
||||
|
||||
$this->md5 = md5($this->md5);
|
||||
|
||||
Reference in New Issue
Block a user