Skip to content

Commit 4bb85ce

Browse files
committed
fix stan
1 parent ab108c1 commit 4bb85ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/RemoteSite/WebserviceEndpoint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public function getResponseClass(): string
5151
case self::notificationFailed->name:
5252
return Notification::class;
5353
}
54+
55+
throw new \ValueError("No response defined");
5456
}
5557

5658
public function getUrl(): string

0 commit comments

Comments
 (0)