aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser')
-rw-r--r--includes/parser/CoreLinkFunctions.php3
-rw-r--r--includes/parser/CoreParserFunctions.php11
-rw-r--r--includes/parser/CoreTagHooks.php2
-rw-r--r--includes/parser/Parser.php2
4 files changed, 0 insertions, 18 deletions
diff --git a/includes/parser/CoreLinkFunctions.php b/includes/parser/CoreLinkFunctions.php
index 48936146c599..8de13278c2d6 100644
--- a/includes/parser/CoreLinkFunctions.php
+++ b/includes/parser/CoreLinkFunctions.php
@@ -11,7 +11,6 @@
*/
class CoreLinkFunctions {
/**
- * @static
* @param $parser Parser_LinkHooks
* @return bool
*/
@@ -21,7 +20,6 @@ class CoreLinkFunctions {
}
/**
- * @static
* @param $parser Parser
* @param $holders LinkHolderArray
* @param $markers LinkMarkerReplacer
@@ -45,7 +43,6 @@ class CoreLinkFunctions {
}
/**
- * @static
* @param $parser Parser
* @param $holders LinkHolderArray
* @param $markers LinkMarkerReplacer
diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php
index 466c48772159..ab970e403d72 100644
--- a/includes/parser/CoreParserFunctions.php
+++ b/includes/parser/CoreParserFunctions.php
@@ -11,7 +11,6 @@
*/
class CoreParserFunctions {
/**
- * @static
* @param $parser Parser
* @return void
*/
@@ -89,7 +88,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param string $part1
* @return array
@@ -106,7 +104,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param $date
* @param null $defaultPref
@@ -190,7 +187,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param string $s
* @return
@@ -205,7 +201,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param string $s
* @return
@@ -249,7 +244,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param string $num
* @param null $raw
@@ -264,7 +258,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param string $case
* @param string $word
@@ -275,7 +268,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param $user User
* @return
@@ -306,7 +298,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param string $text
* @return
@@ -643,7 +634,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param $text
* @return string
@@ -663,7 +653,6 @@ class CoreParserFunctions {
}
/**
- * @static
* @param $parser Parser
* @param $text
* @return string
diff --git a/includes/parser/CoreTagHooks.php b/includes/parser/CoreTagHooks.php
index 1d5208dc20a0..1eb24f4bcab3 100644
--- a/includes/parser/CoreTagHooks.php
+++ b/includes/parser/CoreTagHooks.php
@@ -11,7 +11,6 @@
*/
class CoreTagHooks {
/**
- * @static
* @param $parser Parser
* @return void
*/
@@ -50,7 +49,6 @@ class CoreTagHooks {
}
/**
- * @static
* @param $content
* @param $attributes
* @param $parser Parser
diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php
index c3f6a39bbe49..8bcb4167cd12 100644
--- a/includes/parser/Parser.php
+++ b/includes/parser/Parser.php
@@ -495,8 +495,6 @@ class Parser {
/**
* Get a random string
- *
- * @static
*/
static public function getRandomString() {
return dechex( mt_rand( 0, 0x7fffffff ) ) . dechex( mt_rand( 0, 0x7fffffff ) );