wiki.techinc.nl/includes/upload
Máté Szabó 07bcb18c49 upload: Improve method documentation blocks
* Correct the documentation of UploadBase::verifyUpload()
  to clarify that it returns an array in all cases, and
  document possible keys.
* Change the type hint of verification methods that may return
  a boolean or a status array depending on the outcome of the
  verification from 'mixed' to 'array|bool'.

Change-Id: I39d13db457104b02fc47a77fb6bfab05b2cbdcb6
2019-12-14 20:27:13 +01:00
..
exception
UploadBase.php upload: Improve method documentation blocks 2019-12-14 20:27:13 +01:00
UploadFromChunks.php Fix call to non-existing TempFSFileFactory::getTempFSFile() 2019-08-28 21:08:58 +02:00
UploadFromFile.php
UploadFromStash.php Simplify some code by changing single-scope properties to local variables 2019-09-07 16:59:20 +00:00
UploadFromUrl.php Replace usages of deprecated User::isAllowed. Step 2. 2019-09-11 16:00:03 -07:00
UploadStash.php
UploadStashFile.php