wiki.techinc.nl/tests/phpunit/includes/page
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
..
ArticleTablesTest.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
ArticleTest.php Move ParsoidOutputAccess::supportsContentModel() into Parsoid SiteConfig 2024-05-22 10:57:37 -04:00
ArticleViewTest.php Implement RedirectStore service 2024-06-11 02:03:55 +00:00
ImagePage404Test.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
ImagePageTest.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
MergeHistoryTest.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
MovePageTest.php Merge "MovePageTest: Don't use wikitext-specific getExistingTestPage to inject a JS page" 2024-06-05 13:45:56 +00:00
PageArchiveTest.php Add namespace and deprecation alias to TextContent 2024-05-19 23:23:01 +03:30
PagePropsTest.php tests: Use namespaced class names in @covers annotations 2024-01-27 01:11:07 +01:00
PageSelectQueryBuilderTest.php PageStore: Migrate to StatsLib 2024-05-05 15:36:33 +02:00
PageStoreTest.php Use real type hints for services etc. in includes/page/ 2024-06-11 19:37:28 +02:00
ParserOutputAccessTest.php parser: Remove explicit StatsdDataFactory backward-compat logic 2024-03-26 22:53:58 +00:00
UndeletePageTest.php Allow undeletion of IP revisions when temp accounts are enabled 2024-05-23 09:30:48 +00:00
WikiCategoryPageTest.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
WikiFilePageTest.php tests: Fix @covers and @coversDefaultClass to have leading \ 2024-02-16 22:43:56 +00:00
WikiPageDbTest.php Merge "Implement RedirectStore service" 2024-06-11 02:27:40 +00:00