wiki.techinc.nl/includes/title
Adam Wight 188d2cbbb0 Remove unchecked exception annotations
Callers should not catch an unchecked exception, so it doesn't belong
in a function signature.  Unchecked exceptions indicate a coding error,
which by definition the code will not be able to handle correctly.

If any of these exceptions were supposed to be in response to an edge
case, user input, or initial conditions, then they should be changed
to a runtime error.  If the exception class cannot be changed, then
the annotation should include a comment explaining its purpose and
prognosis.

Bug: T240672
Change-Id: I2e640b9737cb68090a8e1cb70067d1b74037d647
2024-09-17 22:20:58 +02:00
..
Hook
ForeignTitle.php Add "implements Stringable" to every class with "function __toString()" 2024-06-13 00:23:39 +00:00
ForeignTitleFactory.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
ImportTitleFactory.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
MalformedTitleException.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
MediaWikiTitleCodec.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
NaiveForeignTitleFactory.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
NaiveImportTitleFactory.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
NamespaceAwareForeignTitleFactory.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
NamespaceImportTitleFactory.php Use real type hints for services etc. in includes/title/ 2024-07-31 08:56:17 +00:00
NamespaceInfo.php title: Use const for NamespaceInfo::$alwaysCapitalizedNamespaces 2024-09-01 12:06:28 +02:00
SubpageImportTitleFactory.php Use real type hints for services etc. in includes/title/ 2024-07-31 08:56:17 +00:00
Title.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
TitleArrayFromResult.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
TitleFactory.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
TitleFormatter.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
TitleParser.php Replace all instances of "per default" with "by default" 2024-04-29 10:47:54 +10:00
TitleValue.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00