1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

fix warning

This commit is contained in:
Damodar Lohani 2021-08-25 11:44:12 +05:45
parent 1007756731
commit 1af4b02034

View file

@ -175,7 +175,7 @@ class Stats
}
if ($storage >= 1) {
$tags = ",projectId={$projectId},bucketId={($this->params['bucketId'] ?? '')}";
$tags = ",projectId={$projectId},bucketId=" . ($this->params['bucketId'] ?? '');
$this->statsd->count('storage.all' . $tags, $storage);
}