This commit is contained in:
Mekan1206
2026-04-30 19:50:59 +05:00
parent 6dc6802445
commit a07c764dfe
142 changed files with 2709 additions and 1914 deletions

View File

@@ -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
{

View File

@@ -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
{