Apply fixes from StyleCI (#2879)

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2018-01-21 20:46:11 +00:00
committed by GitHub
parent 27838248a9
commit 4274395a40
4 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -96,8 +96,8 @@ class MetricRepository
}
$pointKey = $dateTime->sub(new DateInterval('PT1H'))->format('Y-m-d H:00');
}
return $points->sortBy(function ($point, $key) {
return $key;
});