Add method stub for PHPStan

[MAILPOET-1853]
This commit is contained in:
Jan Jakeš
2019-05-06 09:10:35 +02:00
committed by M. Shull
parent 2435cc556f
commit b72908dca9

View File

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