1 parent b0314e1 commit cb16bb1Copy full SHA for cb16bb1
1 file changed
tests/Framework/Storage/JsonParsedDataStorage.php
@@ -142,9 +142,7 @@ public function load(): void
142
143
$data = json_decode($jsonContent, true);
144
if (!is_array($data)) {
145
- throw new \RuntimeException($this->corruptCacheMessage(
146
- sprintf('is not valid JSON (%s)', json_last_error_msg())
147
- ));
+ throw new \RuntimeException($this->corruptCacheMessage(sprintf('is not valid JSON (%s)', json_last_error_msg())));
148
}
149
150
foreach ($data as $entityData) {
0 commit comments