wiki.techinc.nl/includes
Daimona Eaytoy f78fd3710d Add $wgRequest to phan's globals_type_map
The base phan config uses a file_exists check to determine whether to
use the namespaced class name, but it doesn't work when running against
core because MW_INSTALL_PATH isn't set. So specify the type in the local
config, and remove @phan-var annotations added in I6bbdbbe6.

Also use `::class` instead of string literals for classes.

Change-Id: I994a0ed32ea948253ed07ee3cc8868a0eaa6d8b9
2023-09-11 23:22:12 +02:00
..
actions Merge "Reorg: Move WebRequest to includes\Request" 2023-09-11 21:12:37 +00:00
api Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
auth Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
block Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
cache Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
Category In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
changes Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
changetags In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
collation
CommentFormatter
CommentStore In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
composer
config Reorg: Move SiteConfiguration to includes/config/ 2023-09-11 18:43:47 +01:00
content Remove redundant empty() constructs 2023-09-08 23:18:11 +02:00
context Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
dao
db rdbms: Remove DeferredUpdates attempt from replication listener 2023-09-10 23:28:23 +00:00
debug Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
deferred deferred: Decouple DeferredUpdates from MediaWikiServices 2023-09-09 20:42:02 +01:00
diff DifferenceEngine: Use real type hints for services etc. 2023-09-07 21:16:00 +00:00
edit
editpage Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
exception Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
export Introduce RevisionSelectQueryBuilder 2023-09-06 12:30:38 +02:00
ExternalLinks Add $wgExternalLinksDomainGaps config setting 2023-09-06 20:18:32 +02:00
externalstore In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
Feed Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
filebackend Reorg: Move three output related classes to includes/Output/ 2023-09-05 19:36:42 +01:00
filerepo In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
gallery Remove redundant empty() constructs 2023-09-08 23:18:11 +02:00
historyblob
Hook Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
HookContainer Add UserGroupManager::getUserPrivilegedGroups() 2023-09-02 11:59:25 +00:00
Html Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
htmlform Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
http Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
import Introduce RevisionSelectQueryBuilder 2023-09-06 12:30:38 +02:00
installer Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
interwiki
jobqueue Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
json
language Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
languages Remove redundant empty() constructs 2023-09-08 23:18:11 +02:00
libs rdbms: Small clean ups to query builders 2023-09-11 19:09:24 +02:00
linkeddata Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
linker In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
logging Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
mail Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
Maintenance
media Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
Message
Navigation
objectcache Merge "rdbms: Introduce ReplaceQueryBuilder" 2023-09-10 23:49:54 +00:00
Output Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
page Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
pager Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
ParamValidator/TypeDef TagsDef: inject ChangeTagsStore 2023-09-10 18:43:28 +00:00
parser Remove ParserOutput::hasDynamicContent(), deprecated since 1.38 2023-09-11 12:33:48 -04:00
password
Permissions Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
poolcounter rdbms: Inject CP instead of relying on LBF 2023-09-04 12:29:05 +02:00
preferences Reorg: Move three output related classes to includes/Output/ 2023-09-05 19:36:42 +01:00
profiler
rcfeed
registration Merge "Make all limits function as user rights." 2023-09-11 12:34:48 +00:00
RenameUser
Request Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
ResourceLoader Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
Rest Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
Revision Bump phan to 0.13.0 2023-09-11 19:22:44 +02:00
revisiondelete Migrate calls to wfGetDB() in static methods 2023-09-05 10:48:31 +02:00
revisionlist Introduce RevisionSelectQueryBuilder 2023-09-06 12:30:38 +02:00
search Merge "rdbms: Introduce ReplaceQueryBuilder" 2023-09-10 23:49:54 +00:00
session Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
Settings
shell Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
site Remove redundant empty() constructs (2) 2023-09-08 23:28:11 +02:00
SiteStats In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
skins Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
sparql Remove redundant empty() constructs (3) 2023-09-08 23:37:23 +02:00
specialpage Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
specials Merge "Reorg: Move WebRequest to includes\Request" 2023-09-11 21:12:37 +00:00
Status
Storage Bump phan to 0.13.0 2023-09-11 19:22:44 +02:00
StubObject
templates
tidy
title In query builders, use insertInto() and deleteFrom() instead of insert() and delete() 2023-09-08 10:16:08 +10:00
upload Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
user Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
utils Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
watcheditem Merge "rdbms: Introduce ReplaceQueryBuilder" 2023-09-10 23:49:54 +00:00
watchlist
widget
WikiMap Reorg: Move SiteConfiguration to includes/config/ 2023-09-11 18:43:47 +01:00
xml
.htaccess
AutoLoader.php
BootstrapHelperFunctions.php
config-schema.php Merge "Make all limits function as user rights." 2023-09-11 12:34:48 +00:00
DefaultSettings.php
Defines.php parser: Remove b/c alias Parser::OT_MSG flag 2023-09-05 12:19:08 +00:00
DevelopmentSettings.php DevelopmentSettings: Limit display_errors to index.php 2023-09-06 22:24:49 +01:00
GlobalFunctions.php Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
Hooks.php
MainConfigNames.php Merge "Make all limits function as user rights." 2023-09-11 12:34:48 +00:00
MainConfigSchema.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
MediaWiki.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
MediaWikiServices.php Merge "Stats: make component optional" 2023-09-04 17:17:32 +00:00
PHPVersionCheck.php Use 'Cache-Control: no-cache' instead of 'Cache-control: none' 2023-09-06 10:02:20 +00:00
ServiceWiring.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
Setup.php Add $wgRequest to phan's globals_type_map 2023-09-11 23:22:12 +02:00
SetupDynamicConfig.php
WebStart.php Reorg: Move NoLocalSettings to Output/ 2023-09-06 14:39:59 +02:00