Форматирование
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;
|
||||
}
|
||||
|
||||
@@ -8,5 +8,6 @@ use Illuminate\Support\Collection;
|
||||
interface PatientProviderInterface
|
||||
{
|
||||
public function getPatients(string $type, int $branchId, DateRange $dateRange, array $options = []): Collection;
|
||||
|
||||
public function getCount(string $type, int $branchId, DateRange $dateRange, array $options = []): int;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user