mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix the psalm error about no return type.
This commit is contained in:
parent
5965cc4bde
commit
199b18c7f3
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ class SmartButton implements SmartButtonInterface {
|
|||
/**
|
||||
* Renders the HTML for the credit messaging.
|
||||
*/
|
||||
public function message_renderer() {
|
||||
public function message_renderer():void {
|
||||
|
||||
echo '<div id="ppcp-messages" data-partner-attribution-id="Woo_PPCP"></div>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue