wagnerwagner / merx

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

Wagnerwagner\Merx\ProductList::__set(): Return type must be void when declared #57

Closed jm1994 closed 2 years ago

jm1994 commented 2 years ago

Hey, in merx-plainkit\site\plugins\merx\src\productList.php line 82 (public function __set(string $key, $value): self) it says:

Wagnerwagner\Merx\ProductList::__set(): Return type must be void when declared.

Maybe because I'm on the latest php version? 8.1.4?

tobiasfabian commented 2 years ago

Which version of Merx do you use? This issue should be fixed in 1.6.1.

jm1994 commented 2 years ago

1.0.0-beta.1 I guess. Was getting started with the plainkit. Guess I have to update... will try.