mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
13 lines
248 B
PHP
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 [
|
|
|
|
];
|