From ce1cf4eab1382ec1394ba7a3a0675dc20124599f Mon Sep 17 00:00:00 2001 From: Serhii Shliakhov Date: Thu, 12 Oct 2023 12:49:30 +0200 Subject: [PATCH] Revert codestyle fix --- src/Jobs/Stages/StageInterface.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Jobs/Stages/StageInterface.php b/src/Jobs/Stages/StageInterface.php index cf18c17..08c5399 100644 --- a/src/Jobs/Stages/StageInterface.php +++ b/src/Jobs/Stages/StageInterface.php @@ -7,8 +7,6 @@ interface StageInterface { public function title(): string; - public function estimate(): int; - public function handle(Client $elasticsearch): void; }