mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
🎨 Fix format of existing PHP code
This commit is contained in:
parent
eddf78e977
commit
d4aa87dff4
1 changed files with 7 additions and 6 deletions
|
@ -2,10 +2,11 @@
|
||||||
/**
|
/**
|
||||||
* The Settings module.
|
* The Settings module.
|
||||||
*
|
*
|
||||||
* @package WooCommerce\PayPalCommerce\AxoBlock
|
* @package WooCommerce\PayPalCommerce\Settings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare( strict_types = 1 );
|
declare( strict_types = 1 );
|
||||||
|
|
||||||
namespace WooCommerce\PayPalCommerce\Settings;
|
namespace WooCommerce\PayPalCommerce\Settings;
|
||||||
|
|
||||||
use WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Module\ExecutableModule;
|
use WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Module\ExecutableModule;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue