mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-03 12:12:43 +01:00
a7a068f84c
Summary: Fixes T12531. Strictness fallout from adding typechecking in D17616. - `chunkedHash` is not a real parameter, so the new typechecking was unhappy about it. - `mime-type` no longer allows `null`. Test Plan: - Ran `arc upload --conduit-uri ... 12MB.zero` on a 12MB file full of zeroes. - Before patch: badness, failure, fallback to one-shot uploads. - After patch: success and glory. Reviewers: chad Subscribers: joshuaspence Maniphest Tasks: T12531 Differential Revision: https://secure.phabricator.com/D17651 |
||
---|---|---|
.. | ||
__tests__ | ||
PhabricatorFile.php | ||
PhabricatorFileChunk.php | ||
PhabricatorFileDAO.php | ||
PhabricatorFileExternalRequest.php | ||
PhabricatorFileSchemaSpec.php | ||
PhabricatorFileStorageBlob.php | ||
PhabricatorFileTransaction.php | ||
PhabricatorFileTransactionComment.php | ||
PhabricatorTransformedFile.php |