Remove @static from all over the place. That's what the static keyword is for, this...
[lhc/web/wiklou.git] / includes / parser / Parser.php
index c3f6a39..8bcb416 100644 (file)
@@ -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 ) );