Fix linter warning

This commit is contained in:
Philipp Stracker 2024-09-04 16:30:02 +02:00
parent c9486c4c17
commit 91eb749877
No known key found for this signature in database

View file

@ -9,7 +9,6 @@ declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\PayLaterWCBlocks;
return static function (): PayLaterWCBlocksModule {
return new PayLaterWCBlocksModule();
};