🎨 Fix format of existing PHP code

This commit is contained in:
Philipp Stracker 2024-10-22 15:13:56 +02:00
parent eddf78e977
commit d4aa87dff4
No known key found for this signature in database

View file

@ -2,10 +2,11 @@
/**
* The Settings module.
*
* @package WooCommerce\PayPalCommerce\AxoBlock
* @package WooCommerce\PayPalCommerce\Settings
*/
declare( strict_types = 1 );
namespace WooCommerce\PayPalCommerce\Settings;
use WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Module\ExecutableModule;