WIP
This commit is contained in:
@@ -33,7 +33,7 @@ class OrdersPerStatus extends Partition
|
||||
/**
|
||||
* Determine the amount of time the results of the metric should be cached.
|
||||
*
|
||||
* @return \DateTimeInterface|\DateInterval|float|int|null
|
||||
* @return DateTimeInterface|\DateInterval|float|int|null
|
||||
*/
|
||||
public function cacheFor(): DateTimeInterface|DateInterval|float|int|null
|
||||
{
|
||||
|
||||
@@ -38,7 +38,7 @@ class ProductSoldPerDay extends Trend
|
||||
/**
|
||||
* Determine the amount of time the results of the metric should be cached.
|
||||
*
|
||||
* @return \DateTimeInterface|\DateInterval|float|int|null
|
||||
* @return DateTimeInterface|\DateInterval|float|int|null
|
||||
*/
|
||||
public function cacheFor(): DateTimeInterface|DateInterval|float|int|null
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user