mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🎨 Apply phpcs rules
This commit is contained in:
parent
2187c3a58f
commit
e246187599
4 changed files with 52 additions and 47 deletions
|
@ -5,10 +5,10 @@
|
|||
* @package WooCommerce\PayPalCommerce\AxoBlock
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
declare( strict_types = 1 );
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\AxoBlock;
|
||||
|
||||
return static function (): AxoBlockModule {
|
||||
return static function () : AxoBlockModule {
|
||||
return new AxoBlockModule();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue