Completed
Pull Request — master (#2099)
by Vincent
38s
created
src/Aggregation/DateHistogram.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 {
12 12
     public const DEFAULT_TIMEZONE_VALUE = 'UTC';
13 13
 
14
-    private const CALENDAR_INTERVAL =  [
14
+    private const CALENDAR_INTERVAL = [
15 15
         '1m',
16 16
         'minute',
17 17
         '1h',
Please login to merge, or discard this patch.