diff --git a/modules/ppcp-webhooks/src/Status/WebhookSimulation.php b/modules/ppcp-webhooks/src/Status/WebhookSimulation.php index c30d7fe5c..82b64d6d9 100644 --- a/modules/ppcp-webhooks/src/Status/WebhookSimulation.php +++ b/modules/ppcp-webhooks/src/Status/WebhookSimulation.php @@ -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' ); }