I'm receiving the following error on my wordpress site:
An error of type E_PARSE was caused in line 56 of the file /var/www/compass.valuescentre.com/wp-content/plugins/woocommerce/woocommerce.php. Error message: syntax error, unexpected ':', expecting '{'
Below is my code from line 56-58:
function wc_get_container() : \Psr\Container\ContainerInterface { return $GLOBALS['wc_container']; }