mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix PHPCS and Psalm errors
This commit is contained in:
parent
436fd77587
commit
5aa00d8914
3 changed files with 26 additions and 19 deletions
|
@ -231,6 +231,13 @@ class ApplepayModule implements ModuleInterface {
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Enqueues the editor assets.
|
||||
*
|
||||
* @param ContainerInterface $c The container.
|
||||
* @param ApplePayButton $button The button.
|
||||
* @return void
|
||||
*/
|
||||
public function load_block_editor_assets( ContainerInterface $c, ApplePayButton $button ): void {
|
||||
// Enqueue backend scripts.
|
||||
add_action(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue