mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add type
This commit is contained in:
parent
ff54c48084
commit
ffa213dde0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class WebhookSimulation {
|
||||||
*
|
*
|
||||||
* @throws Exception If failed to start simulation.
|
* @throws Exception If failed to start simulation.
|
||||||
*/
|
*/
|
||||||
public function start() {
|
public function start(): void {
|
||||||
if ( ! $this->webhook ) {
|
if ( ! $this->webhook ) {
|
||||||
throw new Exception( 'Webhooks not registered' );
|
throw new Exception( 'Webhooks not registered' );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue