Skip to content

Commit c384815

Browse files
committed
fix getGroupName
1 parent 50884ba commit c384815

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
@@ -42,7 +42,7 @@ public function getConfig(): array;
4242

4343
public function getGroup(): AssemblelyGroups;
4444

45-
public function getGroupName(AssemblelyGroups $id): string;
45+
public function getGroupName(): string;
4646

4747
public function getDefaultDayCalendar(): array;
4848

0 commit comments

Comments
 (0)