@@ -244,7 +244,7 @@ |
||
244 | 244 | $deserializedData = unserialize($str); |
245 | 245 | |
246 | 246 | // If an invalid cache gets deserialized, fail with an Exception to prevent further errors. |
247 | - if(count($deserializedData) !== self::COUNT_PARAMS) { |
|
247 | + if (count($deserializedData) !== self::COUNT_PARAMS) { |
|
248 | 248 | throw new \RuntimeException('The jms serializer cache is invalid. Clear the cache.'); |
249 | 249 | } |
250 | 250 |