aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Preprocessor.php
diff options
context:
space:
mode:
authorUmherirrender <umherirrender_de.wp@web.de>2017-09-09 22:47:04 +0200
committerUmherirrender <umherirrender_de.wp@web.de>2017-09-10 20:32:31 +0200
commitf739a8f368ab64d63a2f21d15caf2caa766d6fc5 (patch)
treee9c0af94fac00cf9a6bea45379b60a68ea28048f /includes/parser/Preprocessor.php
parente754f6803f43ad0e011bd2b58b17826ef858319d (diff)
downloadmediawikicore-f739a8f368ab64d63a2f21d15caf2caa766d6fc5.tar.gz
mediawikicore-f739a8f368ab64d63a2f21d15caf2caa766d6fc5.zip
Improve some parameter docs
Add missing @return and @param to function docs and fixed some @param Change-Id: I810727961057cfdcc274428b239af5975c57468d
Diffstat (limited to 'includes/parser/Preprocessor.php')
-rw-r--r--includes/parser/Preprocessor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php
index 24474d5795d4..627d11202196 100644
--- a/includes/parser/Preprocessor.php
+++ b/includes/parser/Preprocessor.php
@@ -62,6 +62,7 @@ abstract class Preprocessor {
*
* @param string $text
* @param int $flags
+ * @param string $tree
*/
protected function cacheSetTree( $text, $flags, $tree ) {
$config = RequestContext::getMain()->getConfig();