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 Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
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 Fix return type of UploadStash::listFiles 2019-06-18 20:33:53 +02:00
UploadStashFile.php Move UploadStashFile to its own file 2019-04-14 03:50:59 +01:00