coding standards for webhook module

This commit is contained in:
David Remer 2020-08-27 13:10:16 +03:00
parent 653a765235
commit 7fcda592f7
19 changed files with 813 additions and 409 deletions

View file

@ -1,9 +1,12 @@
<?php
/**
* The webhook module extensions.
*
* @package Inpsyde\PayPalCommerce\Webhooks
*/
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\Webhooks;
return [
];
return array();