moodle/repository/dropbox/classes
Eloy Lafuente (stronk7) 4621917c62 MDL-67114 core: php74 fix. Fix use of scalar as array in core
There are various places where it's not guaranteed that the
variable being used is array, and instead, can be null, bool, int...

We need to check that because php74 warns about it.

Where possible we have used the coalesce operator as
replacement for isset() ternary operations.
2020-01-03 11:33:15 +01:00
..
privacy MDL-63538 repository_dropbox: Add support for removal of context users 2018-10-22 12:48:37 +02:00
task MDL-64882 repository_dropbox: convert cron to schedule task 2019-03-01 10:43:17 +08:00
authentication_exception.php
dropbox.php MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
dropbox_exception.php
provider_exception.php
rate_limit_exception.php