🎨 Apply phpcs rules

This commit is contained in:
Philipp Stracker 2024-09-09 16:00:33 +02:00
parent 2187c3a58f
commit e246187599
No known key found for this signature in database
4 changed files with 52 additions and 47 deletions

View file

@ -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();
};