mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
coding standards for webhook module
This commit is contained in:
parent
653a765235
commit
7fcda592f7
19 changed files with 813 additions and 409 deletions
|
@ -1,9 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* The webhook module extensions.
|
||||
*
|
||||
* @package Inpsyde\PayPalCommerce\Webhooks
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Inpsyde\PayPalCommerce\Webhooks;
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
return array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue