Refactor UploadBase::checkWarnings into smaller methods
authoraddshore <addshorewiki@gmail.com>
Mon, 8 May 2017 16:34:49 +0000 (18:34 +0200)
committerAddshore <addshorewiki@gmail.com>
Fri, 30 Jun 2017 11:19:51 +0000 (11:19 +0000)
commitcbf03f81d726d9cd9d44f0d3a5e7d71087652e12
treeee3c655356ef3a2aadd8daaf054657f30ca0261c
parent3431ab6d07a119e928aa1538a49984e790dc6ce7
Refactor UploadBase::checkWarnings into smaller methods

These methods also don't access any of the class
properties and could one day be factored out into
some file checking service.

This also means that individual checks can be used for
the attached task if made protected.

Bug: T163500
Change-Id: I7cf912507ee02c35b6a666d7ed48fcab001316d3
includes/upload/UploadBase.php