Completed
Pull Request — master (#158)
by Simonas
106:46 queued 41:36
created
Filter/Widget/Range/DateRange.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,11 +62,11 @@
 block discarded – undo
62 62
     {
63 63
         /** @var $data RangeAwareViewData */
64 64
         $data->setMinBounds(
65
-            new \DateTime('@' . (int) ($result->getAggregation('date_range_agg')['min'] / 1000))
65
+            new \DateTime('@' . (int)($result->getAggregation('date_range_agg')['min'] / 1000))
66 66
         );
67 67
 
68 68
         $data->setMaxBounds(
69
-            new \DateTime('@' . (int) ($result->getAggregation('date_range_agg')['max'] / 1000))
69
+            new \DateTime('@' . (int)($result->getAggregation('date_range_agg')['max'] / 1000))
70 70
         );
71 71
 
72 72
         return $data;
Please login to merge, or discard this patch.