Fix the psalm error about no return type.

This commit is contained in:
Narek Zakarian 2022-05-06 18:22:58 +04:00
parent 5965cc4bde
commit 199b18c7f3

View file

@ -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>';
}