Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2015-06-05 08:40:26 +00:00
parent 4b7e1ae1c6
commit 58859eb35a
49 changed files with 363 additions and 364 deletions

View File

@@ -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);