Parse error: syntax error, unexpected ':', expecting '{' in /home/karencom/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 57
Below is the code
function wc_get_container() : \Psr\Container\ContainerInterface {
return $GLOBALS['wc_container'];
}
How do I solve this, I've tried for hours to change the ":" to "{" but it returns another error:
Parse error: syntax error, unexpected '{' in /home/karencom/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 57