moodle/customfield
Eloy Lafuente (stronk7) 361dfe8145
MDL-75952 general: Since php81, refection->setAccessible() is no-op
Refereces:
- https://wiki.php.net/rfc/make-reflection-setaccessible-no-op
- https://www.php.net/manual/en/reflectionproperty.setaccessible.php
- https://www.php.net/manual/en/reflectionmethod.setaccessible.php

As of PHP 8.1.0, calling this method has no effect; all methods are
invokable by default. So, let's remove all uses from core, they are
no-op.
2024-03-10 21:15:00 +01:00
..
amd MDL-79064 core: Update all get_strings as uses 2023-08-29 10:57:54 +08:00
classes MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
field MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
templates MDL-77164 various: fix mustache template name 2023-04-13 09:43:15 +01:00
tests MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
externallib.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
lib.php MDL-68435 customfield: fix plugin file serving callbacks. 2023-09-04 10:45:16 +01:00
upgrade.txt MDL-79151 customfield: Remove illegal whitespace 2024-02-21 17:46:12 +01:00