Skip to content

Commit

Permalink
Merge pull request #262 from matchish/analysis-YOwj59
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
matchish authored Oct 12, 2023
2 parents d76fa8b + 072af5f commit ddc0d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jobs/Stages/StageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
interface StageInterface
{
public function title(): string;

public function estimate(): int;

public function handle(Client $elasticsearch): void;
}

0 comments on commit ddc0d97

Please sign in to comment.