wiki.techinc.nl/includes/interwiki
Tim Starling 317b460500 Fix even more PHPStorm inspections (#3)
* Inappropriate @inheritDoc usage. Arguably all @inheritDoc is
  inappropriate but these are the ones PHPStorm flags as misleading
  due to the method not being inherited.
* Doc comment type does not match actual argument/return type.
* I replaced "@return void|never" with "@return void" since never means
  never, it doesn't make sense for it to be conditional. If a method
  can return (even if that is unlikely) then @return contains the type
  that it returns. "@return never" means that there is no such type
  because the method never returns.
* Incomplete/partial/broken doc tags

Change-Id: Ide86bd6d2b44387f37d234c2b059d6fbc42ec962
2023-03-25 00:30:15 +00:00
..
Hook Use @deprecated annotation on hook interfaces, not functions 2021-05-17 23:00:40 +02:00
ClassicInterwikiLookup.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
Interwiki.php interwiki: Remove outdated CDB references 2022-09-23 16:41:08 +01:00
InterwikiLookup.php interwiki: Overall clean up and simplification 2022-09-29 19:46:35 +00:00
InterwikiLookupAdapter.php interwiki: Remove outdated CDB references 2022-09-23 16:41:08 +01:00
NullInterwikiLookup.php interwiki: Remove outdated CDB references 2022-09-23 16:41:08 +01:00