diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2022-05-28 08:56:01 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2022-05-29 07:11:15 +0000 |
commit | f01a391f0df0e94503ce5a5e0df0078eb6e9e6f2 (patch) | |
tree | bfd7f60c015fcbb3de2dcf1228291bb94fa41e5d /tests/parser/editTests.php | |
parent | 29878a3f71964cd741949c3e86cd49228abf6bc6 (diff) | |
download | mediawikicore-f01a391f0df0e94503ce5a5e0df0078eb6e9e6f2.tar.gz mediawikicore-f01a391f0df0e94503ce5a5e0df0078eb6e9e6f2.zip |
tests: Fix types in documentation by adding use statements
Some types used in @param/@return are not correct,
because the class is not used with namespace
Change-Id: Ic2643687378a6addabc2c9cd402224e442257f86
Diffstat (limited to 'tests/parser/editTests.php')
-rw-r--r-- | tests/parser/editTests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/parser/editTests.php b/tests/parser/editTests.php index a9c721af5dc9..500161ab4a26 100644 --- a/tests/parser/editTests.php +++ b/tests/parser/editTests.php @@ -1,6 +1,7 @@ <?php use MediaWiki\Settings\SettingsBuilder; +use MediaWiki\Tests\AnsiTermColorer; require_once __DIR__ . '/../../maintenance/Maintenance.php'; |