wagnerwagner / merx

Merx is a plugin to create online shops with Kirby.
https://merx.wagnerwagner.de
104 stars 10 forks source link

Syntax error with Starter Kit #49

Closed rhjp92 closed 2 years ago

rhjp92 commented 2 years ago

I've just downloaded the Merx Starter Kit to have a play, but immediately I'm getting this error message: syntax error, unexpected '|', expecting variable (T_VARIABLE) pointing to this line:

function checkStock(ProductPage|ProductVariantPage $productPage, float $quantity){

Screen Shot 2022-03-11 at 11 17 22 PM

Thanks

rhjp92 commented 2 years ago

Fixed by updating to PHP 8 (was previously on 7.4)