File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ' )
You can’t perform that action at this time.
0 commit comments