moodle/mnet
Meirza e95540d9ff MDL-77341 mnet: Added missing class properties
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-05-20 21:37:01 +07:00
..
classes/privacy Merge branch 'MDL-62264-master' of git://github.com/cescobedo/moodle 2018-05-03 14:03:29 +08:00
service/enrol MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
tests/event MDL-52805 core: Remove legacy log calls 2023-03-07 13:08:46 +08:00
xmlrpc MDL-77341 mnet: Added missing class properties 2023-05-20 21:37:01 +07:00
environment.php MDL-77341 mnet: Added missing class properties 2023-05-20 21:37:01 +07:00
lib.php Merge branch 'MDL-77840-master' of https://github.com/davewoloszyn/moodle 2023-05-16 09:46:05 +08:00
peer.php MDL-77341 mnet: Added missing class properties 2023-05-20 21:37:01 +07:00
publickey.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
remote_client.php