Fatal error with PHP 8
Looks like latest version (3.0.0.4) cause fatal error with PHP 8:
Compile Error: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
at /home/sikorasobipro/test3.sikora.sobipro.eu/components/com_sobipro/lib/models/review.php:382