wiki.techinc.nl/includes/upload
Umherirrender 864068d000 Remove unneeded explicit true/false inside conditions
The non-strict conditions in if/while are true/false without the check.

In some situation the true/false is removed, because it is known to be a
bool (by is_bool check or type hint)

Change-Id: I5ca4c4771af25d2e785e82732df204a73653886e
2021-08-17 21:52:34 +02:00
..
exception
Hook Add type hints to several hook interfaces 2021-01-04 14:27:48 +01:00
UploadBase.php Remove unneeded explicit true/false inside conditions 2021-08-17 21:52:34 +02:00
UploadFromChunks.php More master -> primary documentation and internal var renaming 2021-07-15 11:20:20 +01:00
UploadFromFile.php Convert MovePage to Authority 2021-03-17 19:43:46 -06:00
UploadFromStash.php UploadFromStash: convert default user from false to null 2021-05-19 12:29:33 -07:00
UploadFromUrl.php upload: Replace deprecated Http function in UploadFromUrl 2021-08-04 14:29:00 +02:00
UploadStash.php Replace getMasterDB methods with getPrimaryDB 2021-07-14 16:21:04 -07:00
UploadStashFile.php