Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
matchish authored Oct 12, 2023
1 parent 1b74f6f commit 10f6c6c
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 10f6c6c

Please sign in to comment.