ymcatwincities / openy_gated_content

Virtual YMCA
https://openy.org
GNU General Public License v3.0
5 stars 28 forks source link

Webform compatibility on php 8.1 #190

Open manachynskyi opened 2 years ago

manachynskyi commented 2 years ago

This patch https://github.com/ymcatwincities/openy_gated_content/blob/master/composer.json#L42 broke compatibility with Webfroms (required in the OpenY) on PHP 8.1 (core 9.3.15).

Webform field formatter extends core formatter base, but in the patch above we change the signature of the method in the core, wich break webform's field.

podarok commented 2 years ago

@froboy check this one

was added in https://github.com/fivejars/openy_gated_content/pull/418#issuecomment-983706672