woocommerce-paypal-payments/modules.local/woocommerce-logging/extensions.php
2020-07-01 13:03:21 +03:00

13 lines
248 B
PHP

<?php declare(strict_types=1);
/**
* phpcs:disable Inpsyde.CodeQuality.ReturnTypeDeclaration
* phpcs:disable Inpsyde.CodeQuality.ArgumentTypeDeclaration
*/
namespace Inpsyde\IZettle\Logging;
use Psr\Container\ContainerInterface;
return [
];