Skip to content

Commit

Permalink
Change to abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Apr 10, 2022
1 parent c4044cb commit a1487f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Reducer/DispatcherTemplate.php
Expand Up @@ -33,10 +33,7 @@ public function dispatch(BugInterface $bug): int
return count($pairs);
}

protected function getPairs(array $steps): array
{
return [];
}
abstract protected function getPairs(array $steps): array;

protected function maxPairs(array $steps): int
{
Expand Down

0 comments on commit a1487f8

Please sign in to comment.