Merge "upload: Fix incomplete …|null documentation in UploadBase"

This commit is contained in:
jenkins-bot 2020-05-29 07:40:48 +00:00 committed by Gerrit Code Review
commit 0eebd3ef55

View file

@ -60,9 +60,9 @@ abstract class UploadBase {
protected $mFilteredName;
/** @var string|null */
protected $mFinalExtension;
/** @var LocalFile */
/** @var LocalFile|null */
protected $mLocalFile;
/** @var UploadStashFile */
/** @var UploadStashFile|null */
protected $mStashFile;
/** @var int|null */
protected $mFileSize;