We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c87ca commit 8c669b4Copy full SHA for 8c669b4
src/ProdScheduler/AbstractScheduler.php
@@ -2,7 +2,7 @@
2
3
namespace Sv\Algorithm\ProdScheduler;
4
5
-abstract class AbstractScheduler
+abstract class AbstractScheduler implements SchedulerInterface
6
{
7
use SchedulerComputeTrait;
8
src/ProdScheduler/SchedulerConfigTrait.php
@@ -55,7 +55,7 @@ public function getGroup(): AssemblelyGroups
55
return $this->group;
56
}
57
58
- public function getGroupName(): string
+ public function getGroupName(AssemblelyGroups $id): string
59
60
return $this->groupName;
61
0 commit comments