mediawiki-extensions-MassMe.../.phan
wctaiwan 4726d02706 Use the namespaced Title class instead of relying on class_alias
Intelephense in VS Code doesn't support `class_alias`, which leads to
a large number of spurious undefined class errors since `Title` is
now namespaced. This patchset replaces all instances of `use Title`
with `use MediaWiki\Title\Title` to get rid of the errors.

Change-Id: If66cbdf3b7b8dcc4b559b81bd7c0ae7469b31a0b
2023-05-02 18:36:47 +08:00
..
stubs Use the namespaced Title class instead of relying on class_alias 2023-05-02 18:36:47 +08:00
config.php Migrate to new phan 2019-03-01 19:10:35 +00:00