maths / moodle-qtype_stack

Stack question type for Moodle
GNU General Public License v3.0
138 stars 147 forks source link

Fix PHP8.2 deprecated error for trim in questiontestreport.php #1113

Closed AnupamaSarjoshi closed 4 months ago

AnupamaSarjoshi commented 4 months ago

Hi Chris,

We have noticed some PHP deprecation errors related to PHP8.2 trim function on 'Analyze responses' page (questiontestreport.php). Could you please review the fix?

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/moodle/question/type/stack/questiontestreport.php on line 141

Thanks, Anupama

sangwinc commented 4 months ago

Much appreciated, thank you!