moodle/contentbank
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-78324 core: Convert modals to use new static methods 2023-09-09 00:04:11 +08:00
classes MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
contenttype/h5p MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
templates MDL-80025 core_contentbank: Update delete button colour to text-danger 2023-11-20 09:50:58 +01:00
tests MDL-75952 general: Since php81, refection->setAccessible() is no-op 2024-03-10 21:15:00 +01:00
edit.php MDL-74773 contentbank: add notification when updating and creating 2023-08-02 14:14:45 -03:00
index.php MDL-78183 core_contentbank: Improve error handling 2023-07-07 12:21:24 +02:00
lib.php MDL-76878 user: amend permission callbacks for preference definitions. 2023-01-20 10:05:21 +00:00
upgrade.txt MDL-67999 contentbank: Remove contentbank/upload.php 2021-04-14 18:10:04 +02:00
view.php MDL-78183 core_contentbank: Improve error handling 2023-07-07 12:21:24 +02:00