Add lots of @throws
authorReedy <reedy@wikimedia.org>
Wed, 24 Dec 2014 13:49:20 +0000 (13:49 +0000)
committerReedy <reedy@wikimedia.org>
Wed, 24 Dec 2014 13:49:20 +0000 (13:49 +0000)
commit4d9143c7f55857377da353bb114ed44c491af2a6
tree91b1cb544f5fb53cd78aa5a1f929eba4fe188a20
parenta3ce362ffd701a4630b47d458747d717bdf89c79
Add lots of @throws

Change-Id: I09d0c13070f966fcf23d2638d8fc1328279a5995
48 files changed:
includes/Hooks.php
includes/HtmlFormatter.php
includes/OutputPage.php
includes/api/ApiBase.php
includes/api/ApiMain.php
includes/api/ApiOpenSearch.php
includes/api/ApiResult.php
includes/cache/LocalisationCache.php
includes/cache/bloom/BloomCache.php
includes/changes/EnhancedChangesList.php
includes/content/CodeContentHandler.php
includes/content/TextContent.php
includes/context/RequestContext.php
includes/db/Database.php
includes/db/DatabaseMssql.php
includes/db/ORMTable.php
includes/htmlform/HTMLFormField.php
includes/libs/MultiHttpClient.php
includes/libs/virtualrest/VirtualRESTServiceClient.php
includes/media/DjVu.php
includes/objectcache/APCBagOStuff.php
includes/objectcache/MemcachedPeclBagOStuff.php
includes/objectcache/MultiWriteBagOStuff.php
includes/objectcache/SqlBagOStuff.php
includes/objectcache/XCacheBagOStuff.php
includes/parser/MWTidy.php
includes/parser/Preprocessor_DOM.php
includes/profiler/SectionProfiler.php
includes/resourceloader/ResourceLoaderEditToolbarModule.php
includes/resourceloader/ResourceLoaderFileModule.php
includes/revisiondelete/RevisionDeleter.php
includes/skins/Skin.php
includes/specials/SpecialConfirmemail.php
includes/specials/SpecialImport.php
includes/specials/SpecialListfiles.php
includes/specials/SpecialMediaStatistics.php
includes/specials/SpecialRandomInCategory.php
includes/specials/SpecialRevisiondelete.php
includes/specials/SpecialUpload.php
includes/specials/SpecialUserlogin.php
includes/utils/AutoloadGenerator.php
includes/utils/MWCryptHKDF.php
includes/utils/UIDGenerator.php
includes/utils/ZipDirectoryReader.php
tests/parser/parserTest.inc
tests/phpunit/includes/api/format/ApiFormatTestBase.php
tests/phpunit/includes/password/PasswordTestCase.php
tests/testHelpers.inc