apply Scrutinizer fix

This commit is contained in:
El RIDO 2025-11-19 19:40:05 +01:00
parent 9c5ba6ffc3
commit fc4a92e6a4
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -216,7 +216,7 @@ class S3Storage extends AbstractData
error_log('failed to read ' . $pasteid . ' from ' . $this->_bucket . ', ' .
trim(preg_replace('/\s\s+/', ' ', $e->getMessage())));
} catch (JsonException $e) {
error_log('failed to JSON decode ' . $key . ', ' . $e->getMessage());
error_log('failed to JSON decode ' . $pasteid . ', ' . $e->getMessage());
}
return false;
}