wiki.techinc.nl/includes/logging
Bartosz Dziewoński 1321082c6e Use real type hints for services etc. in includes/page/
Mostly used find-and-replace:

Find:
/\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?)[\s\*]+/\s*(private|protected|public) (\$[a-z]\w+;\n)((?=\s*/\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?))\n|)
Replace with:
\3 \1 \4

More could be done, but to keep this patch reasonably sized, I only
changed the most obvious and unambiguously correct cases.

In some cases, I also removed redundant doc comments on the
constructor, and re-ordered the properties to match the constructor.

Change-Id: I7eb97640c0543ae10bf2431623a5f7efdc3349b7
2024-06-11 19:37:28 +02:00
..
Hook
BlockLogFormatter.php
ContentModelLogFormatter.php
DatabaseLogEntry.php
DeleteLogFormatter.php
ImportLogFormatter.php
LegacyLogFormatter.php logging: Inject services into LegacyLogFormatter 2024-03-28 01:34:02 +00:00
LogEntry.php
LogEntryBase.php
LogEventsList.php Use real type hints for services etc. in includes/page/ 2024-06-11 19:37:28 +02:00
LogFormatter.php logging: Hard-deprecate instantiating core loggers without DI 2024-04-03 18:33:39 +00:00
LogFormatterFactory.php LogFormatterFactory: Inject LinkRenderer too 2024-04-02 21:24:49 +02:00
LoggingSelectQueryBuilder.php
LogPage.php
LogPager.php Use functions of SelectQueryBuilder for STRAIGHT_JOIN / LIMIT 2024-04-15 20:42:04 +02:00
ManualLogEntry.php
MergeLogFormatter.php
MoveLogFormatter.php Use a different message for preloaded reason field on Special:MovePage 2024-03-20 09:38:36 +01:00
NewUsersLogFormatter.php
PageLangLogFormatter.php logging: Inject services into PageLangLogFormatter 2024-03-28 01:32:02 +00:00
PatrolLog.php
PatrolLogFormatter.php
ProtectLogFormatter.php logging: Inject services into LogFormatter base class and use it 2024-03-28 00:08:52 +00:00
RCDatabaseLogEntry.php
RenameuserLogFormatter.php
RightsLogFormatter.php logging: Inject services into LogFormatter base class and use it 2024-03-28 00:08:52 +00:00
TagLogFormatter.php
UploadLogFormatter.php
WikitextLogFormatter.php