diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-11 17:46:31 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2017-08-11 20:37:35 +0200 |
commit | 5544cef16b6fdf1a69230ba02cfa4417f18e7cf2 (patch) | |
tree | 41cdef48c030902a1ec2801f69f5377cc96f8b58 /tests/phpunit/includes/content/WikitextStructureTest.php | |
parent | 749d64bbe7bb6d651257027c9dbad65051e57a80 (diff) | |
download | mediawikicore-5544cef16b6fdf1a69230ba02cfa4417f18e7cf2.tar.gz mediawikicore-5544cef16b6fdf1a69230ba02cfa4417f18e7cf2.zip |
Add missing type to @param documentation
Change-Id: I6b2c9c7af9a281fe457099cc3a336a60a25e74aa
Diffstat (limited to 'tests/phpunit/includes/content/WikitextStructureTest.php')
-rw-r--r-- | tests/phpunit/includes/content/WikitextStructureTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/content/WikitextStructureTest.php b/tests/phpunit/includes/content/WikitextStructureTest.php index 49907c8532d5..f1b54f6abec5 100644 --- a/tests/phpunit/includes/content/WikitextStructureTest.php +++ b/tests/phpunit/includes/content/WikitextStructureTest.php @@ -8,7 +8,7 @@ class WikitextStructureTest extends MediaWikiLangTestCase { /** * Get parser output for Wiki text - * @param $text + * @param string $text * @return ParserOutput */ private function getParserOutput( $text ) { @@ -18,7 +18,7 @@ class WikitextStructureTest extends MediaWikiLangTestCase { /** * Get WikitextStructure for given text - * @param $text + * @param string $text * @return WikiTextStructure */ private function getStructure( $text ) { |