We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa66cc commit 9f0f34eCopy full SHA for 9f0f34e
app/Enum/WebserviceEndpoint.php
@@ -41,8 +41,6 @@ public function getResponseClass(): string
41
case self::finalizeUpdate->name:
42
return FinalizeUpdate::class;
43
}
44
-
45
- throw new \ValueError("No method defined");
46
47
48
public function getUrl(): string
app/Jobs/UpdateSite.php
@@ -73,7 +73,7 @@ public function handle(): void
73
74
75
76
- protected function performExtraction(PrepareUpdate $prepareResult)
+ protected function performExtraction(PrepareUpdate $prepareResult): void
77
{
78
79
0 commit comments