mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
codestyle
This commit is contained in:
parent
6793d7217a
commit
9dc3c073d2
35 changed files with 205 additions and 144 deletions
|
@ -1,10 +1,11 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Inpsyde\PayPalCommerce\Button;
|
||||
|
||||
use Dhii\Modular\Module\ModuleInterface;
|
||||
|
||||
return function (): ModuleInterface {
|
||||
return static function (): ModuleInterface {
|
||||
return new ButtonModule();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue