Add method stub for PHPStan
[MAILPOET-1853]
This commit is contained in:
@@ -24,6 +24,13 @@ function wc_price(float $price, array $args = []): string {
|
|||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
function get_woocommerce_currency() {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
function wc_get_product($the_product = false, $deprecated = array()) {
|
function wc_get_product($the_product = false, $deprecated = array()) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user