mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Fix psalm
This commit is contained in:
parent
f535e70cb1
commit
2cac44d473
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ document.querySelector("#payment").before(document.querySelector("#ppcp-messages
|
|||
/**
|
||||
* Renders the HTML for the credit messaging.
|
||||
*/
|
||||
public function message_renderer() {
|
||||
public function message_renderer(): void {
|
||||
|
||||
$product = wc_get_product();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue