Skip to content

Commit 6d2e4b8

Browse files
committed
🎨 Fix code style formatting in service definitions
1 parent 0b34ba1 commit 6d2e4b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎modules/ppcp-compat/services.php‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,13 @@
221221
'compat.blueprint.is_available' => function (): bool {
222222
return interface_exists( 'Automattic\WooCommerce\Blueprint\Exporters\StepExporter' );
223223
},
224-
'compat.blueprint.paypal_settings_exporter' => static function( ContainerInterface $container ) : PayPalSettingsExporter {
224+
'compat.blueprint.paypal_settings_exporter' => static function ( ContainerInterface $container ): PayPalSettingsExporter {
225225
return new PayPalSettingsExporter();
226226
},
227-
'compat.blueprint.paypal_settings_importer' => static function( ContainerInterface $container ) : PayPalSettingsImporter {
227+
'compat.blueprint.paypal_settings_importer' => static function ( ContainerInterface $container ): PayPalSettingsImporter {
228228
return new PayPalSettingsImporter();
229229
},
230-
'compat.blueprint.bootstrap' => static function( ContainerInterface $container ) : PayPalBlueprintBootstrap {
230+
'compat.blueprint.bootstrap' => static function ( ContainerInterface $container ): PayPalBlueprintBootstrap {
231231
return new PayPalBlueprintBootstrap(
232232
$container->get( 'compat.blueprint.paypal_settings_exporter' ),
233233
$container->get( 'compat.blueprint.paypal_settings_importer' )

0 commit comments

Comments
 (0)