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