Skip to content

Commit 9f0f34e

Browse files
committed
cs fix
1 parent 3fa66cc commit 9f0f34e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/Enum/WebserviceEndpoint.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public function getResponseClass(): string
4141
case self::finalizeUpdate->name:
4242
return FinalizeUpdate::class;
4343
}
44-
45-
throw new \ValueError("No method defined");
4644
}
4745

4846
public function getUrl(): string

app/Jobs/UpdateSite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function handle(): void
7373
}
7474
}
7575

76-
protected function performExtraction(PrepareUpdate $prepareResult)
76+
protected function performExtraction(PrepareUpdate $prepareResult): void
7777
{
7878

7979
}

0 commit comments

Comments
 (0)