This commit is contained in:
Alex P 2021-10-13 16:26:23 +03:00
parent ff54c48084
commit ffa213dde0

View file

@ -78,7 +78,7 @@ class WebhookSimulation {
*
* @throws Exception If failed to start simulation.
*/
public function start() {
public function start(): void {
if ( ! $this->webhook ) {
throw new Exception( 'Webhooks not registered' );
}