Skip to content

Commit 2412cfb

Browse files
committed
fix: return type error
1 parent 8c669b4 commit 2412cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProdScheduler/SchedulerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getGroup(): AssemblelyGroups;
3737

3838
public function getGroupName(AssemblelyGroups $id): string;
3939

40-
public function getDefaultDayCalendar(): bool;
40+
public function getDefaultDayCalendar(): array;
4141

4242
// Equal division quantity
4343
public function getEDQ(): int;

0 commit comments

Comments
 (0)