Skip to content

Commit 614a3ea

Browse files
committed
stan fix
1 parent 0a13a75 commit 614a3ea

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
@@ -33,6 +33,7 @@ public function getMethod(): HttpMethod
3333
return HttpMethod::POST;
3434
}
3535

36+
// @phpstan-ignore-next-line
3637
throw new \ValueError("No method defined");
3738
}
3839

@@ -52,6 +53,7 @@ public function getResponseClass(): string
5253
return Notification::class;
5354
}
5455

56+
// @phpstan-ignore-next-line
5557
throw new \ValueError("No response defined");
5658
}
5759

0 commit comments

Comments
 (0)