moodle/repository/dropbox
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
..
classes MDL-67114 core: php74 fix. Fix use of scalar as array in core 2020-01-03 11:33:15 +01:00
db MDL-65809 upgrade: clean < 3.5.0 upgrade steps 2019-12-20 12:20:43 +01:00
lang/en MDL-66003 lang: Import fixed English strings (en_fix) 2019-06-25 18:00:51 +02:00
pix NOBUG: Fixed SVG browser compatibility 2018-10-05 10:29:00 +08:00
tests MDL-57666 repositories: Error when copying file from Dropbox repository 2018-07-30 09:28:48 +08:00
lib.php MDL-64882 repository_dropbox: deprecate legacy cron function 2019-03-01 10:43:18 +08:00
thumbnail.php MDL-52051 repository_dropbox: Migrate to v2 API 2016-10-11 11:17:09 +08:00
version.php MDL-67199 versions: bump all versions and requires near release 2019-11-12 17:57:08 +01:00