Skip to content

Commit

Permalink
Revert codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matchish authored Oct 12, 2023
1 parent 10f6c6c commit ce1cf4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Jobs/Stages/StageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
interface StageInterface
{
public function title(): string;

public function estimate(): int;

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

0 comments on commit ce1cf4e

Please sign in to comment.