FormulasQuestion / moodle-qtype_formulas

Formulas question type for Moodle
17 stars 30 forks source link

legacy code fixes and tests for PHP 8.2 #115

Closed PhilippImhof closed 12 months ago

PhilippImhof commented 12 months ago

legacy code is not fully compatible with PHP 8.2 (which can be used with Moodle 4.3 and 4.2.3), because it sets undeclared class properties and uses deprecated syntax at some places

this PR fixes these issues