chore: fix linter

This commit is contained in:
Torsten Dittmann 2022-09-12 15:54:12 +02:00
parent 75e80a210c
commit a7ef1367b8

View file

@ -89,7 +89,7 @@ class V15 extends Migration
/**
* Migrating stats for all Buckets.
*/
$this->migrateStatsMetric('storage.files.total', 'files.$all.storage.size',);
$this->migrateStatsMetric('storage.files.total', 'files.$all.storage.size');
$this->migrateStatsMetric('storage.files.count', 'files.$all.count.total');
$this->migrateStatsMetric('storage.buckets.count', 'buckets.$all.count.total');
$this->migrateStatsMetric('storage.buckets.create', 'buckets.$all.requests.create');