Форматирование
This commit is contained in:
@@ -5,5 +5,6 @@ namespace App\Contracts;
|
||||
interface MetricCalculatorInterface
|
||||
{
|
||||
public function calculate(array $departmentIds, string $startDate, string $endDate): array;
|
||||
|
||||
public function getMetricId(): int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user