moodle/analytics
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
..
classes MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
templates MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css 2020-08-17 08:16:42 +00:00
tests MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
lib.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
upgrade.txt MDL-69127 analytics: final removal of renamed target class mapping. 2023-01-05 17:28:59 +00:00