1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

fix formatting

This commit is contained in:
Damodar Lohani 2022-10-22 03:05:19 +00:00
parent a385b01d4a
commit 5b1f8bb2a4

View file

@ -84,7 +84,7 @@ class Database extends Calculator
* @throws Authorization
* @throws Structure
*/
protected function createOrUpdateMetric(UtopiaDatabase $database, String $projectId, string $metric, string $period, string $time, int $value): void
protected function createOrUpdateMetric(UtopiaDatabase $database, string $projectId, string $metric, string $period, string $time, int $value): void
{
$id = \md5("{$time}_{$period}_{$metric}");