aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser/Parser.php')
-rw-r--r--includes/parser/Parser.php2
1 files changed, 0 insertions, 2 deletions
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 ) );